diff --git a/Makefile b/Makefile index bc29b90..90e617f 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 {} \;