aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2016-04-26 23:11:15 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2016-04-26 23:11:15 +0200
commit824cda15d7d4507cc81d170e0cfdc293bc470832 (patch)
tree22c9d53a80db7fdc504b4f674f66796cb5fb45ef
parent605a92f11889f990b1f83c0c908318c406650b60 (diff)
downloadpointoverdrawbench-master.tar.gz
pointoverdrawbench-master.tar.bz2
fixes in MakefileHEADmaster
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9150d16..3bb3d56 100644
--- a/Makefile
+++ b/Makefile
@@ -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