shithub: neindaw

ref: 92275f3b95309a13c8e1aa136bb62e7f6ea71458
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