clean too

This commit is contained in:
Joey Hess 2011-03-22 18:51:14 -04:00
parent ee6fabb7ca
commit 9f9325aa3d

View file

@ -61,7 +61,8 @@ docs: $(mans)
--exclude='news/.*' --exclude='news/.*'
clean: clean:
rm -rf build $(bins) $(mans) test configure Touch.hs SysConfig.hs *.tix .hpc rm -rf build $(bins) $(mans) test configure \
StatFS.hs Touch.hs SysConfig.hs *.tix .hpc
rm -rf doc/.ikiwiki html rm -rf doc/.ikiwiki html
find . \( -name \*.o -or -name \*.hi \) -exec rm {} \; find . \( -name \*.o -or -name \*.hi \) -exec rm {} \;