X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fmusicxml-rules.make;h=d0c46511975aed0cf1adad8f8cc08e4b14818258;hb=4d405ef96a8a62771d7d9a283ff5369a772e89d8;hp=c00d2da87a189c4220c5bcd8da81ec8bee7fbb13;hpb=931a974199dad443ecfe87a80fb8095d403bfa2e;p=lilypond.git diff --git a/make/musicxml-rules.make b/make/musicxml-rules.make index c00d2da87a..d0c4651197 100644 --- a/make/musicxml-rules.make +++ b/make/musicxml-rules.make @@ -1,5 +1,8 @@ -.SUFFIXES: .xml +.SUFFIXES: .xml .mxl $(outdir)/%.ly: %.xml $(PYTHON) $(MUSICXML2LY) -o $@ $< + +$(outdir)/%.ly: %.mxl + $(PYTHON) $(MUSICXML2LY) -z -o $@ $<