plan 9: exclude assets from the build

This commit is contained in:
Sigrid Solveig Haflínudóttir 2021-12-09 22:52:34 +01:00
parent 1b362b4fcd
commit 758710773e
1 changed files with 1 additions and 1 deletions

2
mkfile
View File

@ -1,7 +1,7 @@
</$objtype/mkfile
TARG=bin/uxncli bin/uxnasm bin/uxnemu
USM=`{walk -f projects/ | grep '\.tal$' | grep -v blank.tal | grep -v /library/}
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
HFILES=\