diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ SRC != find src -name '*.c' OBJ = ${SRC:.c=.o} NAME = utils +LIBNAME = lib${NAME} VERSION = 0.0.0 PREFIX = /usr/local |
![]() |
index : libs/c/utils.git | |
A utility toolkit | Alessandro Iezzi |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 1 |
@@ -22,6 +22,7 @@ SRC != find src -name '*.c' OBJ = ${SRC:.c=.o} NAME = utils +LIBNAME = lib${NAME} VERSION = 0.0.0 PREFIX = /usr/local |