summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-12-09 13:47:14 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-12-09 13:47:14 -0500
commit13e81cdeb7994ebf062729d7e8407d22e401d459 (patch)
treed488f98e7e0606546a01f3389fde89d1790a8b24 /Makefile
parent461f1810d6434f1d7438c2332594a844316cc963 (diff)
deleting platforms
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 304acaf..79eac2d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-WARNINGS=-Wall -Wextra -Wshadow -Wconversion -Wpedantic -pedantic -std=gnu++11 -Wno-unused-function -Wno-fixed-enum-extension -Wimplicit-fallthrough
-LIBS=-ldl `pkg-config --libs --cflags box2d sdl2 gl`
+WARNINGS=-Wall -Wextra -Wshadow -Wconversion -Wpedantic -pedantic -std=gnu++11 -Wno-unused-function -Wimplicit-fallthrough
+LIBS=-ldl `pkg-config --libs --cflags sdl2 gl` -l:libbox2d.a
DEBUG_CFLAGS=$(CFLAGS) $(WARNINGS) $(LIBS) -DDEBUG -O0 -g
obj/debug: physics obj/sim.so obj
touch obj/debug