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 1c4a023..1849790 100644
--- a/makefile
+++ b/makefile
@@ -23,7 +23,8 @@ all: bin/day01 \
23 bin/day21 \ 23 bin/day21 \
24 bin/day22 \ 24 bin/day22 \
25 bin/day23 \ 25 bin/day23 \
26 bin/day24 26 bin/day24 \
27 bin/day25
27 28
28bin: 29bin:
29 mkdir $@ 30 mkdir $@