From 87292d98cf48876a5a3e4ad53f3dd91f51676e5a Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Sat, 4 Feb 2023 01:10:25 +0100 Subject: Remove the `all` target --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index afec99d..2b0f5a4 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,6 @@ shared: libs debug: @make OPT=-g all -all: ${LIBNAME:=.so} ${LIBNAME:=.a} - ${LIBNAME:=.so}: ${OBJ} ${CC} ${LDFLAGS} -shared ${OBJ} -o $@ @@ -40,7 +38,7 @@ clean: rm -f ${OBJ} ${LIBNAME}.* *.core cd test && make clean -tests: all +tests: dist cd test && make clean tests include libs.target.mk -- cgit v1.2.3