mirror of
https://git.sr.ht/~rabbits/uxn
synced 2025-01-05 15:11:18 +00:00
mkfile: disable blank.usm building
This commit is contained in:
parent
4af3405da3
commit
fd42537cf7
1 changed files with 1 additions and 1 deletions
2
mkfile
2
mkfile
|
@ -1,7 +1,7 @@
|
|||
</$objtype/mkfile
|
||||
|
||||
TARG=assembler debugger emulator
|
||||
ROM=`{ls -p projects/examples/*.usm | sed 's/\.usm//g'}
|
||||
ROM=`{ls -p projects/examples/*.usm | grep -v blank.usm | sed 's/\.usm//g'}
|
||||
CFLAGS=$CFLAGS -I/sys/include/npe
|
||||
BIN=/$objtype/bin/uxn
|
||||
HFILES=\
|
||||
|
|
Loading…
Reference in a new issue