changeset 42:5804ff735f9e

sw/sniff-dec/Makefile: no LIBS
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 31 Aug 2023 08:47:32 +0000
parents 118a12e9483b
children 6bef393a700e
files sw/sniff-dec/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sw/sniff-dec/Makefile	Thu Aug 31 08:46:23 2023 +0000
+++ b/sw/sniff-dec/Makefile	Thu Aug 31 08:47:32 2023 +0000
@@ -9,8 +9,8 @@
 
 all:	${PROG}
 
-${PROG}:	${OBJS} ${LIBS}
-	${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS}
+${PROG}:	${OBJS}
+	${CC} ${CFLAGS} -o $@ ${OBJS}
 
 install:
 	mkdir -p ${INSTBIN}