|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
TARG=bin/uxncli bin/uxnasm bin/uxnemu |
|
|
|
|
USM=`{walk -f projects/ | grep '\.tal$' | grep -v blank.tal | grep -v /assets/ | grep -v /library/} |
|
|
|
|
ROM=${USM:%.tal=%.rom} |
|
|
|
|
CFLAGS=$CFLAGS -D__plan9__ -I/sys/include/npe -I/sys/include/npe/SDL2 |
|
|
|
|
CFLAGS=$CFLAGS -p -D__plan9__ -I/sys/include/npe -I/sys/include/npe/SDL2 |
|
|
|
|
HFILES=\ |
|
|
|
|
/sys/include/npe/stdio.h\ |
|
|
|
|
src/devices/audio.h\ |
|
|
|
|
|