diff libtest/Makefile @ 539:0daaae66b3f6

libtest: add TW-TS-005 write helper function
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 22 Sep 2024 00:21:16 +0000
parents 4d2cccaeb4a7
children
line wrap: on
line diff
--- a/libtest/Makefile	Sat Sep 21 23:58:27 2024 +0000
+++ b/libtest/Makefile	Sun Sep 22 00:21:16 2024 +0000
@@ -1,5 +1,5 @@
 OBJS=	binreader.o parse_dlcap.o pcmwrite.o roberead.o robewrite.o tw5reader.o\
-	wavrdhelp.o wavreader.o wavwriter.o
+	tw5writer.o wavrdhelp.o wavreader.o wavwriter.o
 LIB=	libtest.a
 
 include ../config.defs