diff ater/Makefile @ 24:f49e57b0d1a2

ater: implement activ command
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 24 Jun 2024 18:48:36 +0000
parents 2ee910aa03c3
children 2742dbea95f1
line wrap: on
line diff
--- a/ater/Makefile	Mon Jun 24 18:21:01 2024 +0000
+++ b/ater/Makefile	Mon Jun 24 18:48:36 2024 +0000
@@ -1,6 +1,6 @@
 PROG=	itt-ater-16
-OBJS=	main.o out_frame.o read_file.o read_ts.o record_ctrl.o subslot_rx.o \
-	tx_func.o user_cmd.o
+OBJS=	activate.o main.o out_frame.o read_file.o read_ts.o record_ctrl.o \
+	subslot_rx.o tx_func.o user_cmd.o
 HDRS=	globals.h out_frame.h read_file.h submux.h
 LIBUTIL=../libutil/libutil.a