Add support for external linking flags

This commit is contained in:
Rémi Verschelde 2016-04-24 13:48:43 +02:00
parent a6b6e73622
commit 20272d69fb
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ CXXFLAGS += `sdl2-config --cflags` -DVERSION=$(VERSION) -DREVISION=$(REVISION) -
CXXFLAGS += -Wall -Wempty-body -ansi -pedantic -Werror -Wstrict-prototypes
CXXFLAGS += -g -lefence
LFLAGS := `sdl2-config --libs` -lSDL2_mixer -lSDL2_image -lSDL2_ttf -lm
LFLAGS := `sdl2-config --libs` -lSDL2_mixer -lSDL2_image -lSDL2_ttf -lm $(LDFLAGS)
DIST_FILES = data gfx manual music sound src LICENSE makefile* common.mk README.md CHANGELOG