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