X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=Makefile;h=8b94f2b78efa8b5e9fc0bce7f58cad69345ecaa4;hb=a65a977df6fa8fee831c91cdc754d62e023b6630;hp=517443adb4a298e5a07e8a806f661807b68fb162;hpb=da5cbacf755273da510c37c819a59c7fe9894c4e;p=hair diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 index 517443a..8b94f2b --- a/Makefile +++ b/Makefile @@ -7,10 +7,9 @@ bin = hair dbg = -g opt = -O0 inc = -Isrc -Isrc/shaders -Isrc/math - CXX = g++ CXXFLAGS = -pedantic -Wall $(dbg) $(opt) $(inc) -LDFLAGS = -lGL -lGLU -lglut -lGLEW -limago -lassimp +LDFLAGS = -lGL -lGLU -lglut -lGLEW -limago -lassimp -lgmath $(bin): $(obj) $(CXX) -o $@ $(obj) $(LDFLAGS)