plan 9: exclude assets from the build
This commit is contained in:
parent
1b362b4fcd
commit
758710773e
2
mkfile
2
mkfile
|
@ -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=\
|
||||
|
|
Loading…
Reference in New Issue