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 6efd32d..ffbddf4 100644
--- a/makefile
+++ b/makefile
@@ -21,6 +21,9 @@ all: $(patsubst 2015/src/%.cpp,2015/bin/%,$(wildcard 2015/src/*.cpp)) \
212016/bin/%: 2016/src/%.cpp | 2016/bin 212016/bin/%: 2016/src/%.cpp | 2016/bin
22 c++ $(CPPFLAGS) $^ -o $@ 22 c++ $(CPPFLAGS) $^ -o $@
23 23
242016/bin/day14: 2016/src/day14.cpp | 2016/bin
25 c++ $(CPPFLAGS) $^ -lmd -o $@
26
242016/bin/day05: 2016/src/day05.cpp | 2016/bin 272016/bin/day05: 2016/src/day05.cpp | 2016/bin
25 c++ $(CPPFLAGS) $^ -lmd -o $@ 28 c++ $(CPPFLAGS) $^ -lmd -o $@
26 29