summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-05-17 06:31:24 +0000
committerMark Spencer <markster@digium.com>2004-05-17 06:31:24 +0000
commit9242c5c05e16d4ce38e36d30331ec82760d3cc19 (patch)
tree68be7fb05553a609877700021823e1b799d33114 /Makefile
parentadc4fbe9219b7a917d6081c5558c0510bba71f8a (diff)
Add muted for malcolm!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2989 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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