summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-20 22:29:11 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-20 22:29:11 +0400
commit20108497bab46bf0d92fdf55255a77c8706efae5 (patch)
treebf2eca44ab9542c7edf337f7c9f2ff0883a5a408 /Makefile
parenta4abe7714ce9017fe9391364c229bb6a26503347 (diff)
~ Clean profiling files.
Diffstat (limited to 'Makefile')
-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