diff --git a/bin/Makefile b/bin/Makefile index dbab5b7..ab9f501 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -27,7 +27,7 @@ LDXML = `xml2-config --libs` LDTTF = `freetype-config --libs` LDGL = -lGL LDPNG = -lpng -LDFLAGS = -lm $(LDLUA) $(LDSDL) $(LDXML) $(LDTTF) $(LDGL) $(LDPNG) +LDFLAGS = -lm -pg $(LDLUA) $(LDSDL) $(LDXML) $(LDTTF) $(LDGL) $(LDPNG) DATA = data DATAFILES = $(shell find ../scripts/ ../gfx/ ../dat/ -name '*.lua' -o -name '*.png' -o -name '*.xml' -o -name '*.ttf')