diff Makefile @ 6:4d6fec8f0c64

Implement optional support for vertex/fragment shaders. Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 27 Oct 2019 22:09:38 +0200
parents be31ff9e5f58
children 87cb16492d91
line wrap: on
line diff
--- a/Makefile	Sun Oct 27 18:29:23 2019 +0200
+++ b/Makefile	Sun Oct 27 22:09:38 2019 +0200
@@ -1,6 +1,6 @@
 BINEXT = 
 
-CFLAGS  = -O3 -W -Wall $(shell pkg-config --cflags sdl2 gl glu)
+CFLAGS  = -O3 -W -Wall $(shell pkg-config --cflags sdl2 gl glu) -DGL_GLEXT_PROTOTYPES
 LDFLAGS = $(shell pkg-config --libs sdl2 gl glu)
 
 TARGETS = glxdragon$(BINEXT)