Browse code

plan 9: exclude assets from the build

Sigrid Solveig Haflínudóttir authored on 09/12/2021 21:52:34
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 </$objtype/mkfile
2 2
 
3 3
 TARG=bin/uxncli bin/uxnasm bin/uxnemu
4
-USM=`{walk -f projects/ | grep '\.tal$' | grep -v blank.tal | grep -v /library/}
4
+USM=`{walk -f projects/ | grep '\.tal$' | grep -v blank.tal | grep -v /assets/ | grep -v /library/}
5 5
 ROM=${USM:%.tal=%.rom}
6 6
 CFLAGS=$CFLAGS -D__plan9__ -I/sys/include/npe -I/sys/include/npe/SDL2
7 7
 HFILES=\