From 0c2f9e92e17c72102a329f3d3f361e80258613f7 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 7 Oct 2006 19:18:06 +0000 Subject: Add distclean, does the same as squeakclean, just for traditionalists git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5451 e03df62e-2008-0410-955e-edbf42e46eb7 --- .Makefile.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.Makefile.inc b/.Makefile.inc index 08b12a93f..875c904ff 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -140,4 +140,7 @@ modclean: rm -rf src/modules/*.so rm -rf src/modules/*.o -squeakyclean: modclean clean +squeakyclean: distclean + +distclean: modclean clean + -- cgit v1.2.3