changeset 47:7c9bf72d460f

project rename: installed binary names
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 21 Sep 2023 05:00:50 +0000
parents 43f678895a3a
children 1068f9fd41d5
files .hgignore sw/sniff-dec/Makefile sw/sniff-rx/Makefile
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Thu Aug 31 10:01:40 2023 +0000
+++ b/.hgignore	Thu Sep 21 05:00:50 2023 +0000
@@ -19,5 +19,5 @@
 ^boards/sim-fpc-pasv/pcb/gerbers\.
 ^boards/sim-fpc-pasv/src/elements\.pcb$
 
-^sw/sniff-dec/simtrace3-sniff-dec$
-^sw/sniff-rx/simtrace3-sniff-rx$
+^sw/sniff-dec/simsniff-dec$
+^sw/sniff-rx/simsniff-rx$
--- a/sw/sniff-dec/Makefile	Thu Aug 31 10:01:40 2023 +0000
+++ b/sw/sniff-dec/Makefile	Thu Sep 21 05:00:50 2023 +0000
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-PROG=	simtrace3-sniff-dec
+PROG=	simsniff-dec
 OBJS=	atr.o command.o dispatch.o invtable.o main.o parity.o pps.o
 
 INSTALL_PREFIX=	/opt/freecalypso
--- a/sw/sniff-rx/Makefile	Thu Aug 31 10:01:40 2023 +0000
+++ b/sw/sniff-rx/Makefile	Thu Sep 21 05:00:50 2023 +0000
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-PROG=	simtrace3-sniff-rx
+PROG=	simsniff-rx
 OBJS=	byteproc.o datetime.o initflush.o main.o mainloop.o
 LIBS=	../libserial/libserial.a