# HG changeset patch # User Mychaela Falconia # Date 1730079932 0 # Node ID ee14dd81bba1416dcd5d92da27d3a2c043f3f7dd # Parent 8a386263dd51b0dbbbd2515f7d4fcbdcc5489b95 sw/Makefile: add mcsi-rxtx diff -r 8a386263dd51 -r ee14dd81bba1 sw/Makefile --- 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}"