diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ | |||
1 | .PHONY: clean | 1 | .PHONY: clean |
2 | 2 | ||
3 | clean: | 3 | clean: |
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 | ||