X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=Makefile;h=8b94f2b78efa8b5e9fc0bce7f58cad69345ecaa4;hb=a65a977df6fa8fee831c91cdc754d62e023b6630;hp=660400a7b839b465cd3df6458ee9f3610dc57a94;hpb=ed91d376224c1efe305d483c05f837820df75b71;p=hair diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 index 660400a..8b94f2b --- 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