X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=Makefile;h=24b19899185b0d512dec8c19e58740055e7025ca;hb=4c593fbf3f382ffca0c20b9d406e10228cc75da4;hp=a132c3ff1c7d42158d99e5de0432d9501eff8517;hpb=2985bfa49497805b4760c066a6288c4b3752d145;p=winnie diff --git a/Makefile b/Makefile index a132c3f..24b1989 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 @@ -18,7 +18,7 @@ endif CXX = g++ CXXFLAGS = -pedantic -Wall $(dbg) $(opt) $(inc) $(def) `freetype-config --cflags` -LDFLAGS = $(libs) `freetype-config --libs` +LDFLAGS = $(libs) `freetype-config --libs` -lrt $(bin): $(obj) $(CXX) -o $@ $(obj) $(LDFLAGS)