summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 23:38:41 -0400
committerJoey Hess2014-03-30 23:38:41 -0400
commitfd6ee4354901c1a1171fe1ba7a1ca4c1341bc29b (patch)
tree2ba2ce4824c67b577cb13138bbc79c9fa2914ada /Makefile
parent380c1b0fd6c25dec3c924b82f1d721aa91a001da (diff)
tweak
Diffstat (limited to 'Makefile')
-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 {} \;