X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fabc-rules.make;h=39ca43b17022d0b77c62bd32834e255cfeb0a2ef;hb=HEAD;hp=876d54e4b59bea74d72e83562e53ebe056e77a6f;hpb=f1192108093a6a94583e641c3f8f494d21f35003;p=lilypond.git diff --git a/make/abc-rules.make b/make/abc-rules.make index 876d54e4b5..39ca43b170 100644 --- a/make/abc-rules.make +++ b/make/abc-rules.make @@ -1,4 +1,4 @@ .SUFFIXES: .abc $(outdir)/%.ly: %.abc - $(PYTHON) $(ABC2LY) -o $@ $< + $(PYTHON) $(ABC2LY) --quiet -o $@ $<