]> git.neil.brown.name Git - gta04-gsm-voice-routing.git/blob - Makefile
Maybe improve sync of the different streams
[gta04-gsm-voice-routing.git] / Makefile
1 all: gsm-voice-routing
2
3 gsm-voice-routing: gsm-voice-routing.c
4         gcc -Wall -lrt -lasound -lm -ldl -lpthread -lspeexdsp -o gsm-voice-routing gsm-voice-routing.c
5
6 clean:
7         rm -f gsm-voice-routing