diff options
author | Camil Staps | 2016-04-23 17:56:36 +0200 |
---|---|---|
committer | Camil Staps | 2016-04-23 17:56:36 +0200 |
commit | 940d5fa90951bf97e6c5dee34c4f48929f108c04 (patch) | |
tree | f6e5603cce20da43084f6a69c224b49ed016e2ab | |
parent | Summary chap 4 (diff) |
Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ summary.pdf: summary.tex $(shell ls sum-*.tex) dogmatics.sty latexmk -pdf $< clean: - latexmk -c + latexmk -C .PHONY: clean |