summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc29b904..90e617f7 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ dist/setup-config: propellor.cabal
cabal configure
clean:
- rm -rf dist Setup tags
+ rm -rf dist Setup tags propellor privdata/local
find -name \*.o -exec rm {} \;
find -name \*.hi -exec rm {} \;