primitives
[miniglut] / Makefile
index 655a7d3..79c0895 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
+CFLAGS = -pedantic -Wall -g -DMINIGLUT_USE_LIBC
 LDFLAGS = -lX11 -lGL -lm
 
 $(bin): $(obj)