summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ae8392c7..e1aaf8ec3 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 {} \;