diff options
author | 2023-05-10 12:54:11 +0200 | |
---|---|---|
committer | 2023-05-10 12:54:11 +0200 | |
commit | 4804903e981abbdb5a1061f0ab20009ff1816f6c (patch) | |
tree | 1468ddffd0d7b5f9b4f14e204f2acecbfb380387 | |
parent | 01716a4087d1200dec6592110c4fabbdb2517577 (diff) | |
download | utils-4804903e981abbdb5a1061f0ab20009ff1816f6c.tar.gz utils-4804903e981abbdb5a1061f0ab20009ff1816f6c.zip |
Add LIBDSCR variable
-rw-r--r-- | config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}\" |