diff options
author | Wolfgang Draxinger <Wolfgang.Draxinger@draxit.de> | 2016-04-26 23:11:15 +0200 |
---|---|---|
committer | Wolfgang Draxinger <Wolfgang.Draxinger@draxit.de> | 2016-04-26 23:11:15 +0200 |
commit | 824cda15d7d4507cc81d170e0cfdc293bc470832 (patch) | |
tree | 22c9d53a80db7fdc504b4f674f66796cb5fb45ef | |
parent | 605a92f11889f990b1f83c0c908318c406650b60 (diff) | |
download | pointoverdrawbench-master.tar.gz pointoverdrawbench-master.tar.bz2 |
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ OBJS = \ main.o positiongen.o solid.o stats.o \ shaderloader/shaderloader.o \ debuggl/debuggl.o -CFLAGS = -std=c99 -I../../../extra +CFLAGS = -std=c99 LDLIBS = -lGL -lGLEW -lglut -lm .PHONY: all clean |