summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCamil Staps2016-04-23 17:59:44 +0200
committerCamil Staps2016-05-23 21:57:26 +0200
commit1d6fc849c980940ad01f1845f575161826c0f14b (patch)
tree91b94ca0a91cd7b1cd49a8553ca574cbe85c68a0 /Makefile
parentFix LaTeX warning (diff)
Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bfc5394..09cde87 100644
--- a/Makefile
+++ b/Makefile
@@ -4,3 +4,9 @@ all: $(TARGET)
%.pdf: %.tex
latexmk -pdf $<
+
+clean:
+ latexmk -C
+
+.PHONY: clean
+