aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 881f5be..f1fa7f3 100644
--- a/Makefile
+++ b/Makefile
@@ -13,4 +13,5 @@ $(PDF_FILE): $(TEX_FILE) $(BIB_FILE)
pdflatex $(TEX_FILE)
clean:
- rm $(PDF_FILE)
+ git clean -dfx
+ rm -f $(PDF_FILE)