1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-05-12 02:17:17 +00:00

5 lines
93 B
Makefile
Raw Normal View History

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