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