aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 2e63b97..0b89873 100644
--- a/makefile
+++ b/makefile
@@ -8,7 +8,8 @@ all: bin/day01 \
8 bin/day06 \ 8 bin/day06 \
9 bin/day07 \ 9 bin/day07 \
10 bin/day08 \ 10 bin/day08 \
11 bin/day09 11 bin/day09 \
12 bin/day10
12 13
13bin: 14bin:
14 mkdir $@ 15 mkdir $@