From 416291f2c076dd95928908071196d86e5f9f9b4d Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 10 May 2023 17:38:08 +0200 Subject: Add `all` target --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ff93e4..4b401cc 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,8 @@ include config.mk +all: dist tests + dist: static shared ./build-pc.sh -p ${PREFIX} -n ${NAME} -ln ${LIBNAME} -d "${LIBDSCR}" -v ${LIBVER} ${PC_FILE} @@ -30,7 +32,7 @@ clean: cd test && make clean tests: dist - cd test && make clean tests + @make -C test install: dist mkdir -p ${PREFIX}/include -- cgit v1.2.3