FreeCalypso > hg > gsm-codec-lib
view libtest/Makefile @ 117:f9c9dd458d55
libgsmefr/cnst.h: drop SERIAL_SIZE definition,
ETSI test seq detail, no meaning for our library version
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 30 Nov 2022 23:12:15 +0000 |
parents | 30d1d0a705c0 |
children | be57e06bed84 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 OBJS= binreader.o pcmwrite.o wavrdhelp.o wavreader.o wavwriter.o LIB= libtest.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs