diff options
Diffstat (limited to 'config.mk')
-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 |