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 {} \;