X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=GNUmakefile;h=f64feca87211e705e8b82f0aaf6dce060edbb623;hp=48805fa5dbb4022f55bf43e3ee642b59e027af80;hb=e4699729fda402682816fac18a3ffce416d99301;hpb=0fec45da13c2c9424bd8762759ff9fb54c08d572 diff --git a/GNUmakefile b/GNUmakefile index 48805fa..f64feca 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,7 +3,7 @@ obj = $(src:.c=.o) $(asmsrc:.asm=.o) dep = $(obj:.o=.d) bin = demo -inc = -I/usr/local/include -Isrc -Isrc/sdl -Ilibs/imago/src -Ilibs/mikmod/include +inc = -I/usr/local/include -Isrc -Isrc/sdl -Ilibs -Ilibs/imago/src -Ilibs/mikmod/include warn = -pedantic -Wall -Wno-unused-variable -Wno-unused-function CFLAGS = $(warn) -g $(inc) `sdl-config --cflags`