view libtest/Makefile @ 11:a3aa152c4653

libtest: pcmwrite helper function and module
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 20 Nov 2022 00:31:42 +0000
parents 820d88b97924
children 30d1d0a705c0
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	binreader.o pcmwrite.o wavreader.o wavwriter.o
LIB=	libtest.a

all:	${LIB}

${LIB}:	${OBJS}
	ar rcu $@ ${OBJS}
	ranlib $@

clean:
	rm -f *.[oa] errs