diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -24,6 +24,9 @@ all: $(patsubst 2015/src/%.cpp,2015/bin/%,$(wildcard 2015/src/*.cpp)) \ | |||
| 24 | 2016/bin/day14: 2016/src/day14.cpp | 2016/bin | 24 | 2016/bin/day14: 2016/src/day14.cpp | 2016/bin |
| 25 | c++ $(CPPFLAGS) $^ -lmd -o $@ | 25 | c++ $(CPPFLAGS) $^ -lmd -o $@ |
| 26 | 26 | ||
| 27 | 2016/bin/day17: 2016/src/day17.cpp | 2016/bin | ||
| 28 | c++ $(CPPFLAGS) $^ -lmd -o $@ | ||
| 29 | |||
| 27 | 2016/bin/day05: 2016/src/day05.cpp | 2016/bin | 30 | 2016/bin/day05: 2016/src/day05.cpp | 2016/bin |
| 28 | c++ $(CPPFLAGS) $^ -lmd -o $@ | 31 | c++ $(CPPFLAGS) $^ -lmd -o $@ |
| 29 | 32 | ||
