summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2016-04-23 17:56:36 +0200
committerCamil Staps2016-04-23 17:56:36 +0200
commit940d5fa90951bf97e6c5dee34c4f48929f108c04 (patch)
treef6e5603cce20da43084f6a69c224b49ed016e2ab
parentSummary chap 4 (diff)
Makefile
-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