diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -31,6 +31,9 @@ bin: | |||
| 31 | bin/%: src/%.cpp | bin | 31 | bin/%: src/%.cpp | bin |
| 32 | c++ $(CPPFLAGS) $^ -o $@ | 32 | c++ $(CPPFLAGS) $^ -o $@ |
| 33 | 33 | ||
| 34 | bin/day24: src/day24.cpp | bin | ||
| 35 | c++ $(CPPFLAGS) -Wno-sign-conversion -I/usr/local/include $^ -L/usr/local/lib -lz3 -o $@ | ||
| 36 | |||
| 34 | clean: | 37 | clean: |
| 35 | rm -rf bin | 38 | rm -rf bin |
| 36 | 39 | ||
