changeset 8:ee14dd81bba1

sw/Makefile: add mcsi-rxtx
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 28 Oct 2024 01:45:32 +0000
parents 8a386263dd51
children 62579cfff4fc
files sw/Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sw/Makefile	Mon Oct 28 01:44:28 2024 +0000
+++ b/sw/Makefile	Mon Oct 28 01:45:32 2024 +0000
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-PROGDIR=mcsi-rx
+PROGDIR=mcsi-rx mcsi-rxtx
 LIBDIR=	libserial
 SUBDIR=	${PROGDIR} ${LIBDIR}
 
@@ -9,6 +9,7 @@
 all:	${SUBDIR}
 
 mcsi-rx:	libserial
+mcsi-rxtx:	libserial
 
 ${SUBDIR}: FRC
 	cd $@; ${MAKE} ${MFLAGS} CC=${CC} CFLAGS="${CFLAGS}"