diff options
author | 2023-05-17 17:19:03 +0200 | |
---|---|---|
committer | 2023-05-17 17:19:03 +0200 | |
commit | 2c08b225c0e3b8b4eea754d1ebd62be7ac06b936 (patch) | |
tree | 2486b8caa75369827608b8e744e7edf9cc6fb30e | |
parent | 02ebb73b60049ccd16bea383e7073403b9f35d6a (diff) | |
download | cherry-2c08b225c0e3b8b4eea754d1ebd62be7ac06b936.tar.gz cherry-2c08b225c0e3b8b4eea754d1ebd62be7ac06b936.zip |
Add log dependency
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |