X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=Makefile;h=3792df5371d5f82bf87389509c32644848a077dc;hb=df9ef43924cfb0ac2e889c37fdbab4c781ab4836;hp=8b94f2b78efa8b5e9fc0bce7f58cad69345ecaa4;hpb=32d7e487f9b74900081f23bb501b7f2c094160af;p=hair diff --git a/Makefile b/Makefile index 8b94f2b..3792df5 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,9 @@ dbg = -g opt = -O0 inc = -Isrc -Isrc/shaders -Isrc/math CXX = g++ +CC = gcc CXXFLAGS = -pedantic -Wall $(dbg) $(opt) $(inc) +CFLAGS = -pedantic -Wall $(dbg) $(opt) $(inc) LDFLAGS = -lGL -lGLU -lglut -lGLEW -limago -lassimp -lgmath $(bin): $(obj)