diff options
| author | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-03-22 08:38:32 +0000 |
|---|---|---|
| committer | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-03-22 08:38:32 +0000 |
| commit | 644eba4d9e2d7081ccb81cd50de6546c08f21686 (patch) | |
| tree | 7e531de082fd037bd8ef159f0e6ccc8210b92056 /src/tools/Makefile | |
| parent | be5eab2cd0dc2640391af83d140dc00969d3e450 (diff) | |
# BUILD : 1.7.13 (1015) # BUGS : # NOTES : Fixed distclean.
git-svn-id: svn://svn.anope.org/anope/trunk@1015 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@740 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/tools/Makefile')
| -rw-r--r-- | src/tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/Makefile b/src/tools/Makefile index d28b68981..f64c6fa65 100644 --- a/src/tools/Makefile +++ b/src/tools/Makefile @@ -14,7 +14,7 @@ MAKEARGS = 'CFLAGS=${CFLAGS}' 'CC=${CC}' 'ANOPELIBS=${ANOPELIBS}' \ all: ${OBJS} -distclean: clean spotless +distclean: spotless anopesmpt: $(OBJS) $(CC) $(CFLAGS) $(OBJS) $(ANOPELIBS) $(MLIBS) -o $@ $(LDFLAGS) |
