shithub: neindaw

ref: e71361d5f47f408ca3192ecdf2a44de48c0aeef9
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