shithub: neindaw

ref: 798c452b3e1a7cba4b9f1b844cf97064cd06caa8
dir: /piper/mkfile/

View raw version
</$objtype/mkfile

TARG=piper
BIN=/$objtype/bin/daw

OFILES=\
	ay.$O\
	kick.$O\
	piper.$O\
	util.$O\

HFILES=\
	a440.h\
	piper.h

%.h: %.txt
	./notegen <$stem.txt >$stem.h

default:V: all

CLEANFILES=a440.h

</sys/src/cmd/mkone