This commit is contained in:
Joey Hess 2014-03-30 23:38:41 -04:00
parent 380c1b0fd6
commit fd6ee43549
1 changed files with 1 additions and 1 deletions

View File

@ -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 {} \;