aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 536ac76..ed7a7b0 100644
--- a/makefile
+++ b/makefile
@@ -62,6 +62,9 @@ all: $(patsubst 2015/src/%.cpp,2015/bin/%,$(wildcard 2015/src/*.cpp)) \
622025/bin/%: 2025/src/%.cpp | 2025/bin 622025/bin/%: 2025/src/%.cpp | 2025/bin
63 c++ $(CPPFLAGS) $^ -o $@ 63 c++ $(CPPFLAGS) $^ -o $@
64 64
652025/bin/day09-geos: 2025/src/day09-geos.cpp | 2025/bin
66 c++ $(CPPFLAGS) -Wno-sign-conversion "-Wno-#warnings" $^ -lgeos -o $@
67
652025/bin/day10p2: 2025/src/day10p2.cpp | 2025/bin 682025/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