diff libtest/Makefile @ 13:30d1d0a705c0

libtest: add WAV reader helper functions
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 20 Nov 2022 01:34:57 +0000
parents a3aa152c4653
children be57e06bed84
line wrap: on
line diff
--- a/libtest/Makefile	Sun Nov 20 00:44:26 2022 +0000
+++ b/libtest/Makefile	Sun Nov 20 01:34:57 2022 +0000
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-OBJS=	binreader.o pcmwrite.o wavreader.o wavwriter.o
+OBJS=	binreader.o pcmwrite.o wavrdhelp.o wavreader.o wavwriter.o
 LIB=	libtest.a
 
 all:	${LIB}