From 9f9325aa3da7df99e09b8b1d393814e4590b9358 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 22 Mar 2011 18:51:14 -0400 Subject: [PATCH] clean too --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ae8392c71..e1aaf8ec37 100644 --- a/Makefile +++ b/Makefile @@ -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 {} \;