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 a9b0da4..298d71e 100644
--- a/makefile
+++ b/makefile
@@ -4,7 +4,8 @@ all: bin/day01 \
4 bin/day02 \ 4 bin/day02 \
5 bin/day03 \ 5 bin/day03 \
6 bin/day04 \ 6 bin/day04 \
7 bin/day05 7 bin/day05 \
8 bin/day06
8 9
9bin: 10bin:
10 mkdir $@ 11 mkdir $@