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 87d8aee..539cc3c 100644
--- a/makefile
+++ b/makefile
@@ -14,7 +14,8 @@ all: bin/day01 \
14 bin/day12 \ 14 bin/day12 \
15 bin/day13 \ 15 bin/day13 \
16 bin/day14 \ 16 bin/day14 \
17 bin/day15 17 bin/day15 \
18 bin/day16
18 19
19bin: 20bin:
20 mkdir $@ 21 mkdir $@