aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefile b/makefile
index cdacbd2..9d0c4c9 100644
--- a/makefile
+++ b/makefile
@@ -1,6 +1,8 @@
1include config.mk 1include config.mk
2 2
3all: bin/day01 bin/day02 3all: bin/day01 \
4 bin/day02 \
5 bin/day03
4 6
5bin/%: src/%.cpp | bin 7bin/%: src/%.cpp | bin
6 c++ $(CPPFLAGS) $^ -o $@ 8 c++ $(CPPFLAGS) $^ -o $@