summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCamil Staps2016-04-23 18:00:27 +0200
committerCamil Staps2016-04-23 18:00:27 +0200
commit7326f16411118a737ed2fd08a6a65ccbc9b9cd3c (patch)
treeac6511f01cd0e6a59644904d69c1bd69b1a86a62 /Makefile
parentAssignment 8 (diff)
MakefileHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a313edf..e1c01a4 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ elevator.pdf: elevator.tex elevator.smv sv.sty
pdflatex $<
clean:
- latexmk -c
+ latexmk -C
.PHONY: clean