Browse Source

mkfile: exclude libraries from build on 9front

aarch64
Sigrid Solveig Haflínudóttir 5 years ago
parent
commit
ba2014601a
  1. 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…
Cancel
Save