diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ CC = cc OBJ = ${SRC:.c=.o} LIBNAME = libstr -LIBVER = 0.0.0-a1 +LIBVER = 0.0.0-a2 OPTIM = -O2 -pipe STD = -ansi --std=c89 -pedantic |
![]() |
index : libs/c/string2.git | |
String library (extension of the C standard string library) | Alessandro Iezzi |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -8,7 +8,7 @@ CC = cc OBJ = ${SRC:.c=.o} LIBNAME = libstr -LIBVER = 0.0.0-a1 +LIBVER = 0.0.0-a2 OPTIM = -O2 -pipe STD = -ansi --std=c89 -pedantic |