aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2025-10-19 20:40:19 +0200
committerThomas Schmucker <ts@its1.de>2025-10-19 20:40:19 +0200
commit40db239347e4ca59c4dda24bed7177fdbf1b7ff7 (patch)
tree44deb2b2537529fd4d9fe79084d32a397fd0fd07 /makefile
parent91f2886f6334e7d58eab3ac24886dea06d8d77b5 (diff)
downloadadvent-of-code-40db239347e4ca59c4dda24bed7177fdbf1b7ff7.tar.gz
advent-of-code-40db239347e4ca59c4dda24bed7177fdbf1b7ff7.tar.bz2
advent-of-code-40db239347e4ca59c4dda24bed7177fdbf1b7ff7.zip
day 17, aoc 2016
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