From 594ec553256fb09bdb00c39bdc09fc19f8fcea5e Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Mon, 13 Mar 2023 12:33:11 +0100 Subject: Add LIBNAME variable --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 11f416a..0236e26 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ SRC != find src -name '*.c' OBJ = ${SRC:.c=.o} NAME = utils +LIBNAME = lib${NAME} VERSION = 0.0.0 PREFIX = /usr/local -- cgit v1.2.3