SGI makefile for mklevel
[deeprace] / tools / mklevel / GNUmakefile
index 23719c7..a991897 100644 (file)
@@ -10,7 +10,7 @@ libdir = ../../libs/unix
 libs = $(libdir)/goat3d.a $(libdir)/treestor.a
 
 CC = gcc
-CFLAGS = $(warn) $(dbg) -MMD
+CFLAGS = $(warn) $(dbg) $(inc) -MMD
 LDFLAGS = $(libs) -lm
 
 $(bin): $(obj) $(libs)