From e6a9f8fc97c80bf50e85012af944f9eb713ee645 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 23 Feb 2023 17:13:12 +0100 Subject: Change name to the library --- config.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 797e615..c197166 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,9 @@ # See LICENSE file for copyright and license details. +NAME = string2 +LIBNAME = lib${NAME} +LIBVER = 0.0.0-a3 + # Directories SRCDIR = src ARDIR = bin/archive -- cgit v1.2.3