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