ref: a6a9bb3886cc7c2d47194ebd6ba238bdb6d4c0fc
dir: /mkfile/
</$objtype/mkfile
TARG=mp3dec
CFLAGS=$CFLAGS -p -D__plan9__
BIN=/$objtype/bin/audio
HFILES=\
minimp3.h\
minimp3_ex.h\
default:V: all
test: $O.minimp3_test
for(f in vectors/*.bit){
echo -n $f' '
./$O.minimp3_test $f `{echo -n $f | sed 's/bit$/pcm/'}
}
</sys/src/cmd/mkmany