diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-22 18:51:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-22 18:51:14 -0400 |
commit | 9f9325aa3da7df99e09b8b1d393814e4590b9358 (patch) | |
tree | 7f57c90506f1e18ab8e46e2ddea9aa23196e490e /Makefile | |
parent | ee6fabb7cac48f0f2eaec999164b5f40186ca92b (diff) |
clean too
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -61,7 +61,8 @@ docs: $(mans) --exclude='news/.*' 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 find . \( -name \*.o -or -name \*.hi \) -exec rm {} \; |