X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=Makefile;h=af21e38cd7de1930c6216e64a8bc0f035b46b61e;hb=0a31574a2570fce99018849616fff734e2657b63;hp=8b94f2b78efa8b5e9fc0bce7f58cad69345ecaa4;hpb=32d7e487f9b74900081f23bb501b7f2c094160af;p=hair diff --git a/Makefile b/Makefile index 8b94f2b..af21e38 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,12 @@ dep = $(obj:.o=.d) bin = hair dbg = -g -opt = -O0 +opt = -O3 -ffast-math 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)