Browse Source

Makefile: remove .ps generated by lilypond during make clean

remotes/origin/translate_notes
Romain Goffe 15 years ago
parent
commit
ae290d659d
  1. 1
      makefile

1
makefile

@ -85,6 +85,7 @@ clean: cleandoc
@rm -f $(SONGS)
@rm -f *.sbd
@rm -f *.sbx *.sxd
@rm -f ./lilypond/*.ps
cleanall: clean
@rm -f $(PDF) $(PSF)

Loading…
Cancel
Save