FreeCalypso > hg > ice1-trau-tester
diff ater/Makefile @ 27:2742dbea95f1
ater: implement play command
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 24 Jun 2024 20:31:29 +0000 |
parents | f49e57b0d1a2 |
children | 349fb785a414 |
line wrap: on
line diff
--- a/ater/Makefile Mon Jun 24 20:15:42 2024 +0000 +++ b/ater/Makefile Mon Jun 24 20:31:29 2024 +0000 @@ -1,6 +1,6 @@ PROG= itt-ater-16 -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 +OBJS= activate.o main.o out_frame.o play_cmd.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