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