X-Git-Url: https://eleni.mutantstargoat.com/git/?p=winnie;a=blobdiff_plain;f=Makefile;h=424218728adff5a1cca9789e6340190ab83712ef;hp=ad3fd6c480e5226ef1931d1950e0c52b08026887;hb=52044efd7717f4b02bd463c9a26f83c9a41953ea;hpb=29a5d0c43628aac78adba856e96b8a38b95ad59d diff --git a/Makefile b/Makefile index ad3fd6c..4242187 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ dbg = -g opt = -O0 inc = -Isrc -#backend = SDL +backend = SDL ifeq ($(backend), SDL) def = -DWINNIE_SDL @@ -17,8 +17,8 @@ else endif CXX = g++ -CXXFLAGS = -pedantic -Wall $(dbg) $(opt) $(inc) $(def) -LDFLAGS = $(libs) +CXXFLAGS = -pedantic -Wall $(dbg) $(opt) $(inc) $(def) `freetype-config --cflags` +LDFLAGS = $(libs) `freetype-config --libs` $(bin): $(obj) $(CXX) -o $@ $(obj) $(LDFLAGS)