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 --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 140a13b..2555128 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,6 @@ CC = cc # Used for debugging and not as usual OBJ = ${SRC:.c=.o} -LIBNAME = libstr -LIBVER = 0.0.0-a3 - OPTIM = -O2 -pipe STD = -ansi --std=c89 -pedantic WARNS = -Werror -Wall -- cgit v1.2.3