diff pcm/Makefile @ 5:7233c10af3ad

pcm: hook in stdin select mechanism
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 23 Jun 2024 18:33:09 +0000
parents c03ec046471f
children 631f2db08538
line wrap: on
line diff
--- a/pcm/Makefile	Sun Jun 23 17:58:32 2024 +0000
+++ b/pcm/Makefile	Sun Jun 23 18:33:09 2024 +0000
@@ -1,5 +1,5 @@
 PROG=	itt-pcm-one
-OBJS=	main.o read_ts.o
+OBJS=	main.o read_ts.o user_cmd.o
 LIBUTIL=../libutil/libutil.a
 
 include ../config.defs