X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=Makefile;h=24b19899185b0d512dec8c19e58740055e7025ca;hb=9261ecb0ad85bdf8b21e17b7309ddaeb76a57d96;hp=424218728adff5a1cca9789e6340190ab83712ef;hpb=906b341b177e5947710107eceb9ab2e4ee09528c;p=winnie diff --git a/Makefile b/Makefile index 4242187..24b1989 100644 --- a/Makefile +++ b/Makefile @@ -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)