aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 23cab53..cbaae37 100644
--- a/config.mk
+++ b/config.mk
@@ -7,6 +7,7 @@ SRC != find src -name "*.c"
OBJ = ${SRC:.c=.o}
LIBNAME = libutils
+LIBDSCR = A utility library
LIBVER = 0.0.1
CFLAGS = -Wall --std=c99 -pedantic ${OPT} -DLIBVER=\"${LIBVER}\"