X-Git-Url: https://eleni.mutantstargoat.com/git/?p=hair;a=blobdiff_plain;f=Makefile;h=af21e38cd7de1930c6216e64a8bc0f035b46b61e;hp=8b94f2b78efa8b5e9fc0bce7f58cad69345ecaa4;hb=HEAD;hpb=32d7e487f9b74900081f23bb501b7f2c094160af 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)