aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-17 06:31:24 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-17 06:31:24 +0000
commit189680048477112eedfb7d61233e590c8cf9089a (patch)
tree68be7fb05553a609877700021823e1b799d33114 /Makefile
parent782f290c03a438404ede88e8fa0d90a258318d91 (diff)
Add muted for malcolm!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2989 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 62aa7ff7c..1baec58c4 100755
--- a/Makefile
+++ b/Makefile
@@ -252,6 +252,9 @@ stdtime/libtime.a: FORCE
asterisk: editline/libedit.a db1-ast/libdb1.a stdtime/libtime.a $(OBJS)
$(CC) $(DEBUG) -o asterisk $(ASTLINK) $(OBJS) $(LIBS) $(LIBEDIT) db1-ast/libdb1.a stdtime/libtime.a
+muted: muted.o
+ $(CC) -o muted muted.o
+
subdirs:
for x in $(SUBDIRS); do $(MAKE) -C $$x || exit 1 ; done