FreeCalypso > hg > gsm-codec-lib
view pcap/Makefile @ 17:68a7e86c9868
frtest/Makefile: add install
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 20 Nov 2022 04:23:35 +0000 |
parents | 851ca64e38e9 |
children | 39dbaccc349d |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROGS= rtp-gsmfr-extr all: ${PROGS} rtp-gsmfr-extr: rtp-gsmfr-extr.c ${CC} ${CFLAGS} -o $@ $@.c -lpcap clean: rm -f *.o *.out ${PROGS}