X-Git-Url: https://eleni.mutantstargoat.com/git/?a=blobdiff_plain;f=Makefile;h=424218728adff5a1cca9789e6340190ab83712ef;hb=59cd3a77c4517e387f4c2e21e8b62a9017370116;hp=a894e528ab4cb9564de7b9e31d0841817a9c7d22;hpb=ecb25bb23fcd6f98fb049297483e312c84fd7b5b;p=winnie diff --git a/Makefile b/Makefile index a894e52..4242187 100644 --- a/Makefile +++ b/Makefile @@ -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)