diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ ${LIBNAME:=.a}: ${OBJ} clean: rm -f ${OBJ} ${LIBNAME}.* *.core + cd test && make clean tests: all cd test && make clean tests |
![]() |
index : libs/c/string2.git | |
String library (extension of the C standard string library) | Alessandro Iezzi |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 1 |
@@ -29,6 +29,7 @@ ${LIBNAME:=.a}: ${OBJ} clean: rm -f ${OBJ} ${LIBNAME}.* *.core + cd test && make clean tests: all cd test && make clean tests |