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