Skip to content

Commit

Permalink
fixed Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
niksaak committed Feb 1, 2013
1 parent 039c3a3 commit 551da18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -17,7 +17,7 @@ ifeq ($(BUILD), debug)

else ifeq ($(BUILD), release)
CFLAGS += $(SDL_CFLAGS) -O3 -Wall -pedantic -std=gnu11 -DDEBUG_MODE -Iinclude/
LDFLAGS += $(SDL_LDFLAGS) -Wall -O3 -Llib/ -static -lchipmunk -lSDL_gfx
LDFLAGS += $(SDL_LDFLAGS) -Wall -O3 -lchipmunk -lSDL_gfx
endif

.PHONY: all clean cleandist
Expand Down

0 comments on commit 551da18

Please sign in to comment.