X-Git-Url: http://git.mutantstargoat.com?p=hair;a=blobdiff_plain;f=Makefile;h=af21e38cd7de1930c6216e64a8bc0f035b46b61e;hp=660400a7b839b465cd3df6458ee9f3610dc57a94;hb=HEAD;hpb=6a620a849ee5fc50aacdde2fc1f94749d77d95bc diff --git a/Makefile b/Makefile index 660400a..af21e38 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +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)