X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=Makefile;h=3792df5371d5f82bf87389509c32644848a077dc;hb=8f59fd2bda5b48b7cb9137ca5ee141dd8f8382d1;hp=660400a7b839b465cd3df6458ee9f3610dc57a94;hpb=6a620a849ee5fc50aacdde2fc1f94749d77d95bc;p=hair diff --git a/Makefile b/Makefile index 660400a..3792df5 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,10 @@ bin = hair 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)