diff options
author | 2023-02-23 17:13:12 +0100 | |
---|---|---|
committer | 2023-02-23 17:13:12 +0100 | |
commit | e6a9f8fc97c80bf50e85012af944f9eb713ee645 (patch) | |
tree | 400585281360dfc78ff20dd7c97daa17e900cc13 /config.mk | |
parent | 9fd745ea86c07605785233db120df8490e2d7426 (diff) | |
download | string2-e6a9f8fc97c80bf50e85012af944f9eb713ee645.tar.gz string2-e6a9f8fc97c80bf50e85012af944f9eb713ee645.zip |
Change name to the library
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |