summaryrefslogtreecommitdiff
path: root/.Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to '.Makefile.inc')
-rw-r--r--.Makefile.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/.Makefile.inc b/.Makefile.inc
index 87114ca6a..be8d9111b 100644
--- a/.Makefile.inc
+++ b/.Makefile.inc
@@ -110,11 +110,11 @@ launchd_dir:
configureclean:
rm -f .config.cache
- rm src/modules/Makefile
- rm src/Makefile
- rm Makefile
- rm include/inspircd_config.h
- rm include/inspircd_se_config.h
+ rm -f src/modules/Makefile
+ rm -f src/Makefile
+ rm -f Makefile
+ rm -f include/inspircd_config.h
+ rm -f include/inspircd_se_config.h
distclean: modclean clean configureclean