Remove Makefile debug from MSTPCAP build

This commit is contained in:
Steve Karg
2024-07-16 17:33:10 -05:00
parent d1fe878d4a
commit 359995e4bc
-1
View File
@@ -53,7 +53,6 @@ TARGET_BIN = ${TARGET}$(TARGET_EXT)
all: Makefile ${TARGET_BIN}
${TARGET_BIN}: ${OBJS}
echo "LFLAGS=${LFLAGS}"
${CC} ${PFLAGS} ${OBJS} ${LFLAGS} -o $@
size $@
cp $@ ../../bin