diff options
author | 2023-02-04 01:48:52 +0100 | |
---|---|---|
committer | 2023-02-04 01:48:52 +0100 | |
commit | 46e6caba601648c8002bf3e6498b650b79da9611 (patch) | |
tree | a19aebe855bd332ed7bee37920e305b29729cab7 | |
parent | 2d51bed54445c15086edb413156d2388ce597c24 (diff) | |
download | log-0.0.0-a1.tar.gz log-0.0.0-a1.zip |
liblog 0.0.0-a1v0.0.0-a1
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |