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