summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-02-04 01:48:52 +0100
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-02-04 01:48:52 +0100
commit46e6caba601648c8002bf3e6498b650b79da9611 (patch)
treea19aebe855bd332ed7bee37920e305b29729cab7
parent2d51bed54445c15086edb413156d2388ce597c24 (diff)
downloadlog-0.0.0-a1.tar.gz
log-0.0.0-a1.zip
liblog 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 b831cbb..6d3cbda 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ SRC != find src -name "*.c"
OBJ = ${SRC:.c=.o}
LIBNAME = liblog
-LIBVER = 0
+LIBVER = 0.0.0-a1
CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT} ${LIBINC} -DLIBVER=\"${LIBVER}\"
LDFLAGS = ${LIBS}