summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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
+