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 e964503..e57b256 100644
--- a/makefile
+++ b/makefile
@@ -12,7 +12,8 @@ all: bin/day01 \
12 bin/day10 \ 12 bin/day10 \
13 bin/day11 \ 13 bin/day11 \
14 bin/day12 \ 14 bin/day12 \
15 bin/day13 15 bin/day13 \
16 bin/day14
16 17
17bin: 18bin:
18 mkdir $@ 19 mkdir $@