summaryrefslogtreecommitdiff
path: root/make/abc-rules.make
blob: 39ca43b17022d0b77c62bd32834e255cfeb0a2ef (about) (plain)
1
2
3
4
.SUFFIXES: .abc

$(outdir)/%.ly:  %.abc
	$(PYTHON) $(ABC2LY) --quiet -o $@ $<