# HG changeset patch # User Mychaela Falconia # Date 1695272450 0 # Node ID 7c9bf72d460fb0ca781a68df81b3a51dd846f490 # Parent 43f678895a3abda5f50dde40f79ec6b903997c37 project rename: installed binary names diff -r 43f678895a3a -r 7c9bf72d460f .hgignore --- 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$ diff -r 43f678895a3a -r 7c9bf72d460f sw/sniff-dec/Makefile --- 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 diff -r 43f678895a3a -r 7c9bf72d460f sw/sniff-rx/Makefile --- 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