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 a90be49..e964503 100644
--- a/makefile
+++ b/makefile
@@ -11,7 +11,8 @@ all: bin/day01 \
11 bin/day09 \ 11 bin/day09 \
12 bin/day10 \ 12 bin/day10 \
13 bin/day11 \ 13 bin/day11 \
14 bin/day12 14 bin/day12 \
15 bin/day13
15 16
16bin: 17bin:
17 mkdir $@ 18 mkdir $@