diff options
| author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-09-29 00:41:56 +0000 |
|---|---|---|
| committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-09-29 00:41:56 +0000 |
| commit | 383629d7185f23f8a365cf56f6d28c8fdc5d15e3 (patch) | |
| tree | 1f64ac101dc2b415d7256614a8d88389eb8df69e /src/protocol/Makefile | |
| parent | f572827157397e493e5499f115b15d0de992480a (diff) | |
Fixed "make clean" to really clean up all the modules
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2522 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/Makefile')
| -rw-r--r-- | src/protocol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/protocol/Makefile b/src/protocol/Makefile index a58fd8e64..7555e50b0 100644 --- a/src/protocol/Makefile +++ b/src/protocol/Makefile @@ -38,9 +38,9 @@ subs_clean: (cd $$i; $(MAKE) clean); done clean: subs_clean - rm -f *.so~ core + rm -f *.so spotless: subs_clean - rm -f *.so~ core *.so Makefile.inc + rm -f *.so Makefile.inc |
