Browse Source

fix makefile

main
h3ndrik 13 years ago
parent
commit
5e8283153f
  1. 2
      makefile

2
makefile

@ -85,7 +85,7 @@ $(PDF): %.pdf: %.tex %.aux
%.pdf: %.ly
@$(LILYPOND) --output=$(@:%.pdf=%) $<
@rm $(@:%.pdf=%.ps)
# @rm $(@:%.pdf=%.ps)
$(CHORDS): $(CHORDS_SRC)
$(MAKE_CHORDS) -o $@

Loading…
Cancel
Save