summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-02-03 22:43:47 +0100
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-02-03 22:43:47 +0100
commit7d5553e60f29b0d2c5d1981e836fe57708071eeb (patch)
treef81c823210c18b4e87846ed34b992c9bc6094f58
parenta5d4f5cb6162c09b9cae8e46e1280a459c62acd6 (diff)
downloadstring2-0.0.0-a1.tar.gz
string2-0.0.0-a1.zip
libstr 0.0.0-a1v0.0.0-a1
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7e91bbb..7674ac9 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ SRC != find src -name '*.c'
OBJ = ${SRC:.c=.o}
LIBNAME = libstr
-LIBVER = 0.0.0a1
+LIBVER = 0.0.0-a1
CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT} -DLIBVER=\"${LIBVER}\"
LDFLAGS =