freeswitch/scripts/socket/socket2me/Makefile

5 lines
97 B
Makefile

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