removed X Window parameters to cross-platform functions
[miniglut] / Makefile
index 79c0895..655a7d3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ src = miniglut.c test.c
 obj = $(src:.c=.o)
 bin = test
 
-CFLAGS = -pedantic -Wall -g -DMINIGLUT_USE_LIBC
+CFLAGS = -pedantic -Wall -g
 LDFLAGS = -lX11 -lGL -lm
 
 $(bin): $(obj)