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 a54e3aa..b6b03e8 100644
--- a/makefile
+++ b/makefile
@@ -20,7 +20,8 @@ all: bin/day01 \
20 bin/day18 \ 20 bin/day18 \
21 bin/day19 \ 21 bin/day19 \
22 bin/day20 \ 22 bin/day20 \
23 bin/day21 23 bin/day21 \
24 bin/day22
24 25
25bin: 26bin:
26 mkdir $@ 27 mkdir $@