diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-09 13:47:14 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-09 13:47:14 -0500 |
commit | 13e81cdeb7994ebf062729d7e8407d22e401d459 (patch) | |
tree | d488f98e7e0606546a01f3389fde89d1790a8b24 /Makefile | |
parent | 461f1810d6434f1d7438c2332594a844316cc963 (diff) |
deleting platforms
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |