diff options
| author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-04 17:26:49 +0000 |
|---|---|---|
| committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-04 17:26:49 +0000 |
| commit | 512125c522c5bdba47cc66aebf1bbe2c2cdf234f (patch) | |
| tree | 0fa7927a666affea40282f35add22691713cab0c /Makefile.in | |
| parent | a22d9ec3b0ba71f4b1493c2ececd27777a42f65d (diff) | |
BUILD : 1.7.8 (596) BUGS : N/A NOTES : Added clean_modules and distclean_modules as valid make targets
git-svn-id: svn://svn.anope.org/anope/trunk@596 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@445 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index f851fde08..94785e842 100644 --- a/Makefile.in +++ b/Makefile.in @@ -54,6 +54,13 @@ modules: build (cd src/modules ; ./configure ; ${MAKE} ${MAKEARGS} all; ) @echo "*** All done, now (g)make install to install Anope/Modules"; +clean_modules: + (cd src ; ${MAKE} ${MAKEARGS} clean_modules ) + +distclean_modules: + (cd src ; ${MAKE} ${MAKEARGS} distclean_modules ) + + tools: build (cd src/tools ; ${MAKE} ${MAKEARGS} all; ) @echo "*** All done, now (g)make install to install Anope/Modules/Tools"; |
