mkfile: exclude libraries from build on 9front
This commit is contained in:
parent
8d98d6d6ef
commit
ba2014601a
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}
|
||||
USM=`{walk -f projects/ | grep '\.tal$' | grep -v blank.tal | grep -v /library/}
|
||||
ROM=${USM:%.tal=%.rom}
|
||||
CFLAGS=$CFLAGS -D__plan9__ -DNO_PORTMIDI -I/sys/include/npe -I/sys/include/npe/SDL2
|
||||
HFILES=\
|
||||
|
|
Loading…
Reference in New Issue