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 e14c204..07e42b8 100644
--- a/makefile
+++ b/makefile
@@ -22,7 +22,8 @@ all: bin/day01 \
22 bin/day20 \ 22 bin/day20 \
23 bin/day21 \ 23 bin/day21 \
24 bin/day22 \ 24 bin/day22 \
25 bin/day23 25 bin/day23 \
26 bin/day24
26 27
27bin: 28bin:
28 mkdir $@ 29 mkdir $@