X-Git-Url: https://eleni.mutantstargoat.com/git/?p=hair;a=blobdiff_plain;f=Makefile;h=3792df5371d5f82bf87389509c32644848a077dc;hp=8b94f2b78efa8b5e9fc0bce7f58cad69345ecaa4;hb=8f59fd2bda5b48b7cb9137ca5ee141dd8f8382d1;hpb=6b061e7aa1fcfad3e01eff29d5e4b2bed451e090 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)