aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index ffbddf4..8e6c7c2 100644
--- a/makefile
+++ b/makefile
@@ -24,6 +24,9 @@ all: $(patsubst 2015/src/%.cpp,2015/bin/%,$(wildcard 2015/src/*.cpp)) \
242016/bin/day14: 2016/src/day14.cpp | 2016/bin 242016/bin/day14: 2016/src/day14.cpp | 2016/bin
25 c++ $(CPPFLAGS) $^ -lmd -o $@ 25 c++ $(CPPFLAGS) $^ -lmd -o $@
26 26
272016/bin/day17: 2016/src/day17.cpp | 2016/bin
28 c++ $(CPPFLAGS) $^ -lmd -o $@
29
272016/bin/day05: 2016/src/day05.cpp | 2016/bin 302016/bin/day05: 2016/src/day05.cpp | 2016/bin
28 c++ $(CPPFLAGS) $^ -lmd -o $@ 31 c++ $(CPPFLAGS) $^ -lmd -o $@
29 32