summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0f0051..68a7db1 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ summary.pdf: summary.tex $(shell ls sum-*.tex) dogmatics.sty
latexmk -pdf $<
clean:
- latexmk -c
+ latexmk -C
.PHONY: clean