ropesim tool minor progr.
[dosdemo] / tools / ropesim / Makefile
index 9270553..c1ff4ae 100644 (file)
@@ -3,6 +3,7 @@ obj = $(src:.c=.o)
 bin = ropesim
 
 def = -DUSE_ASSIMP
+inc = -I../../src
 warn = -pedantic -Wall -Wno-int-to-pointer-cast
 
 CFLAGS = $(warn) -g $(def)