diff options
Diffstat (limited to 'Froehlich_soll_mein_Herze_springen')
-rw-r--r-- | Froehlich_soll_mein_Herze_springen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Froehlich_soll_mein_Herze_springen/Makefile b/Froehlich_soll_mein_Herze_springen/Makefile index dbe7f79..fb92f9c 100644 --- a/Froehlich_soll_mein_Herze_springen/Makefile +++ b/Froehlich_soll_mein_Herze_springen/Makefile @@ -5,7 +5,7 @@ EXTRAS=$(shell ../.meta/find-extras) all: $(CURDOC)$(EXTRAS).pdf $(CURDOC)$(EXTRAS)-tolino.pdf clean: - rm -f *.pre + rm -f *.pre *.post Clean: clean rm -f *.pdf *.midi |