mkfile: fix SDL2 cflags

This commit is contained in:
Sigrid Solveig Haflínudóttir 2021-06-16 07:56:43 +00:00
parent 847728e7d4
commit ac60a33f39
1 changed files with 1 additions and 1 deletions

2
mkfile
View File

@ -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\