diff options
author | special <special@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-01 23:08:13 +0000 |
---|---|---|
committer | special <special@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-01 23:08:13 +0000 |
commit | fd8932217922ea291f4102dffbfd66de4d5e9827 (patch) | |
tree | a1f0decfbd2b277ee5e43ecc171df37e41156ebf | |
parent | 42d5b9571eff06b0c33093dc9118c29f9603fd2b (diff) |
Made 'make modclean' and 'make distclean' clean out the default lib/ install directory
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6208 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | .Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.Makefile.inc b/.Makefile.inc index 3215b0d2c..1f2953fb6 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -163,6 +163,8 @@ modclean: rm -rf modules/*.so rm -rf src/modules/*.so rm -rf src/modules/*.o + rm -rf lib/*.so + rm -f bin/inspircd squeakyclean: distclean |