X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=Makefile;h=8b94f2b78efa8b5e9fc0bce7f58cad69345ecaa4;hb=6a6b355866e9c227415ed028966362d3760353de;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