X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=tools%2Fropesim%2FMakefile;h=c1ff4ae952bb0879e895546196d564e43bf0d188;hp=9270553fba76ef2d46432f6c66cbe4135996126c;hb=59c564d8a2077ce90e7c83fdb276b80c9bfa238c;hpb=be72aee3c4a0a5516bdccf06c5419efe3e026ee4 diff --git a/tools/ropesim/Makefile b/tools/ropesim/Makefile index 9270553..c1ff4ae 100644 --- a/tools/ropesim/Makefile +++ b/tools/ropesim/Makefile @@ -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)