summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b5c055dc..e2eba85f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
1.PHONY: clean 1.PHONY: clean
2 2
3clean: 3clean:
4 rm -r tmp \ No newline at end of file 4 rm -rf tmp
5 rm *.aux *.eventlog *.ps *.hp *.pdf
6 cabal clean \ No newline at end of file