FreeCalypso > hg > gsm-codec-lib
view libtest/Makefile @ 21:b82ac486c1d7
top Makefile: add install-lib and install-utils
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 20 Nov 2022 06:44:40 +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