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 7643188..1fda65a 100644
--- a/makefile
+++ b/makefile
@@ -3,7 +3,8 @@ include config.mk
3all: bin/day01 \ 3all: bin/day01 \
4 bin/day02 \ 4 bin/day02 \
5 bin/day03 \ 5 bin/day03 \
6 bin/day04 6 bin/day04 \
7 bin/day05
7 8
8bin/%: src/%.cpp | bin 9bin/%: src/%.cpp | bin
9 c++ $(CPPFLAGS) $^ -o $@ 10 c++ $(CPPFLAGS) $^ -o $@