view libtest/Makefile @ 143:195911f2211c

document PCM format conversion utilities
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 14 Dec 2022 07:04:59 +0000
parents be57e06bed84
children 14b627682458
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	binreader.o parse_dlcap.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