aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-02-23 17:13:12 +0100
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-02-23 17:13:12 +0100
commite6a9f8fc97c80bf50e85012af944f9eb713ee645 (patch)
tree400585281360dfc78ff20dd7c97daa17e900cc13 /Makefile
parent9fd745ea86c07605785233db120df8490e2d7426 (diff)
downloadstring2-e6a9f8fc97c80bf50e85012af944f9eb713ee645.tar.gz
string2-e6a9f8fc97c80bf50e85012af944f9eb713ee645.zip
Change name to the library
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
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