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