diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -62,6 +62,9 @@ all: $(patsubst 2015/src/%.cpp,2015/bin/%,$(wildcard 2015/src/*.cpp)) \ | |||
| 62 | 2025/bin/%: 2025/src/%.cpp | 2025/bin | 62 | 2025/bin/%: 2025/src/%.cpp | 2025/bin |
| 63 | c++ $(CPPFLAGS) $^ -o $@ | 63 | c++ $(CPPFLAGS) $^ -o $@ |
| 64 | 64 | ||
| 65 | 2025/bin/day09-geos: 2025/src/day09-geos.cpp | 2025/bin | ||
| 66 | c++ $(CPPFLAGS) -Wno-sign-conversion "-Wno-#warnings" $^ -lgeos -o $@ | ||
| 67 | |||
| 65 | 2025/bin/day10p2: 2025/src/day10p2.cpp | 2025/bin | 68 | 2025/bin/day10p2: 2025/src/day10p2.cpp | 2025/bin |
| 66 | c++ $(CPPFLAGS) -Wno-sign-conversion $^ -lz3 -o $@ | 69 | c++ $(CPPFLAGS) -Wno-sign-conversion $^ -lz3 -o $@ |
| 67 | 70 | ||
