changeset 43:6bef393a700e

sw/Makefile: add sniff-dec
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 31 Aug 2023 08:47:50 +0000
parents 5804ff735f9e
children 74330513121e
files sw/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sw/Makefile	Thu Aug 31 08:47:32 2023 +0000
+++ b/sw/Makefile	Thu Aug 31 08:47:50 2023 +0000
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-PROGDIR=sniff-rx
+PROGDIR=sniff-dec sniff-rx
 LIBDIR=	libserial
 SUBDIR=	${PROGDIR} ${LIBDIR}