mkfile: fix SDL2 cflags
This commit is contained in:
parent
847728e7d4
commit
ac60a33f39
2
mkfile
2
mkfile
|
@ -3,7 +3,7 @@
|
|||
TARG=bin/uxncli bin/uxnasm bin/uxnemu
|
||||
USM=`{walk -f projects/ | grep '\.tal$' | grep -v blank.tal}
|
||||
ROM=${USM:%.tal=%.rom}
|
||||
CFLAGS=$CFLAGS -I/sys/include/npe
|
||||
CFLAGS=$CFLAGS -I/sys/include/npe -I/sys/include/npe/SDL2
|
||||
HFILES=\
|
||||
/sys/include/npe/stdio.h\
|
||||
src/devices/apu.h\
|
||||
|
|
Loading…
Reference in New Issue