summaryrefslogtreecommitdiff
path: root/CIS/Makefile
blob: c8c5ec10549b020ece8483222a0534561be194c9 (plain)
1
2
3
4
5
6
7
%.ly: %.mxl
	musicxml2ly $<
	./post-process "$@"

%.ly: %.xml
	musicxml2ly $<
	./post-process "$@"