From e896b10d48f6393df25cfbc5fd3413cbc5ccada3 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Fri, 16 May 2025 16:58:17 +0200 Subject: Remove a test target of Makefile --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 81b2732..e62045a 100644 --- a/Makefile +++ b/Makefile @@ -29,9 +29,6 @@ OBJ = ${SRC:.c=.o} CFLAGS != pkg-config --cflags ${LIBS} LFLAGS != pkg-config --libs ${LIBS} -prova: - @echo ${LFLAGS} - ${PROG}: ${OBJ} ${CC} ${OBJ} -o $@ ${LFLAGS} -- cgit v1.2.3