From 246f0a4e1f651cbe2f66b63294ee56a43e0225f6 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 6 May 2007 12:54:58 +0000 Subject: Now it deletes the makefiles too git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6896 e03df62e-2008-0410-955e-edbf42e46eb7 --- .Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.Makefile.inc b/.Makefile.inc index f5b2ec00f..e86755e1d 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -197,6 +197,9 @@ squeakyclean: distclean configureclean: rm -f .config.cache + rm src/modules/Makefile + rm src/Makefile + rm Makefile distclean: modclean clean configureclean -- cgit v1.2.3