From: Michael Jerris Date: Tue, 12 Jun 2007 21:07:44 +0000 (+0000) Subject: add all target X-Git-Tag: v1.0-beta1~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a552ebdb9dfeb3294657d7c8c5d4dfcc7c736d50;p=thirdparty%2Ffreeswitch.git add all target git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5315 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/scripts/socket/socket2me/Makefile b/scripts/socket/socket2me/Makefile index 16a0559d94..c18e0c8a90 100644 --- a/scripts/socket/socket2me/Makefile +++ b/scripts/socket/socket2me/Makefile @@ -1,3 +1,4 @@ +all: socket2me socket2me: socket2me.c $(CC) $(CFLAGS) socket2me.c -o socket2me -l spandsp clean: