From dc49843599381fc8480b9def2f990613f7a17524 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Mon, 13 Mar 2023 12:32:01 +0100 Subject: Add NAME variable --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 05e6e6d..11f416a 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ CC = cc SRC != find src -name '*.c' OBJ = ${SRC:.c=.o} +NAME = utils VERSION = 0.0.0 -- cgit v1.2.3