diff options
author | 2023-02-03 22:43:47 +0100 | |
---|---|---|
committer | 2023-02-03 22:43:47 +0100 | |
commit | 7d5553e60f29b0d2c5d1981e836fe57708071eeb (patch) | |
tree | f81c823210c18b4e87846ed34b992c9bc6094f58 /Makefile | |
parent | a5d4f5cb6162c09b9cae8e46e1280a459c62acd6 (diff) | |
download | string2-7d5553e60f29b0d2c5d1981e836fe57708071eeb.tar.gz string2-7d5553e60f29b0d2c5d1981e836fe57708071eeb.zip |
libstr 0.0.0-a1v0.0.0-a1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |