X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=demo_prior;a=blobdiff_plain;f=Makefile;fp=Makefile;h=7669326d3e3f5ef326cf74f0dea50e2f00c37215;hp=d1389f2ddb0bb738dc11441b9f1d355c50393d9c;hb=0b24071f728b7c8550daa1b7aa7c4012cb70ef4c;hpb=44a7a61d2bec54ed741930572e63e5015326daca diff --git a/Makefile b/Makefile index d1389f2..7669326 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ bin = demo warn = -pedantic -Wall -g def = -DMINIGLUT_USE_LIBC -incpath = -Ilibs/glew -Ilibs/treestore/src +incpath = -Ilibs/glew -Ilibs/treestore/src -Ilibs/cgmath libpath = -Llibs/glew -Llibs/treestore CFLAGS = $(warn) $(def) $(incpath) -MMD