X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=GNUmakefile;h=8b0f6fb2f264eaa865023950bf59c95ec3b222ce;hp=3608ddffcfa42960c9fd9d80404586616f545d20;hb=refs%2Fheads%2Fmaster;hpb=c7d77b7df0cf1e0e3dda46fddbcb6d374a938cd8 diff --git a/GNUmakefile b/GNUmakefile index 3608ddf..767026f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -8,7 +8,7 @@ bin = demo asmsrc += cspr/dbgfont.asm cspr/confont.asm bindata = data/loading.img -inc = -I/usr/local/include -Isrc -Isrc/3dgfx -Isrc/scr -Isrc/glut -Ilibs \ +inc = -I/usr/local/include -Isrc -Isrc/3dgfx -Isrc/scr -Isrc/utils -Isrc/glut -Ilibs \ -Ilibs/imago/src -Ilibs/mikmod/include def = -DMINIGLUT_USE_LIBC -DMIKMOD_STATIC warn = -pedantic -Wall -Wno-unused-variable -Wno-unused-function -Wno-address