aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index f6d4bec..4cebd77 100644
--- a/config.mk
+++ b/config.mk
@@ -5,7 +5,7 @@ NAME = cherry
CC = cc
SRC != find src -name '*.c'
OBJ = ${SRC:.c=.o}
-LIB = x11 utils
+LIB = x11 utils log
STD = c11
#WRN = -Wall -Werror