freeswitch/scripts/socket/socket2me/Makefile
Michael Jerris a552ebdb9d add all target
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5315 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-06-12 21:07:44 +00:00

6 lines
112 B
Makefile

all: socket2me
socket2me: socket2me.c
$(CC) $(CFLAGS) socket2me.c -o socket2me -l spandsp
clean:
rm socket2me