X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=Makefile;h=8b94f2b78efa8b5e9fc0bce7f58cad69345ecaa4;hb=c595e4a5c4d54f24af1357816a1baecfdeb7d25e;hp=660400a7b839b465cd3df6458ee9f3610dc57a94;hpb=6a620a849ee5fc50aacdde2fc1f94749d77d95bc;p=hair diff --git a/Makefile b/Makefile index 660400a..8b94f2b 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,6 @@ 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 -lgmath