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