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 e9394b6..f80eff7 100644
--- a/makefile
+++ b/makefile
@@ -6,7 +6,8 @@ all: bin/day01 \
6 bin/day04 \ 6 bin/day04 \
7 bin/day05 \ 7 bin/day05 \
8 bin/day06 \ 8 bin/day06 \
9 bin/day07 9 bin/day07 \
10 bin/day08
10 11
11bin: 12bin:
12 mkdir $@ 13 mkdir $@