diff options
Diffstat (limited to 'Noch_dringt_Jesu_frohe_Botschaft/Makefile')
-rw-r--r-- | Noch_dringt_Jesu_frohe_Botschaft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Noch_dringt_Jesu_frohe_Botschaft/Makefile b/Noch_dringt_Jesu_frohe_Botschaft/Makefile index dbe7f79..fb92f9c 100644 --- a/Noch_dringt_Jesu_frohe_Botschaft/Makefile +++ b/Noch_dringt_Jesu_frohe_Botschaft/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 |