aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index 4cebd77..a349970 100644
--- a/config.mk
+++ b/config.mk
@@ -1,12 +1,11 @@
# See LICENSE file for copyright and license details.
-NAME = cherry
+LIBNAME = libcherry
CC = cc
-SRC != find src -name '*.c'
-OBJ = ${SRC:.c=.o}
LIB = x11 utils log
STD = c11
+OPT = -O2 -pipe
#WRN = -Wall -Werror
CFLAGS != pkg-config --cflags ${LIB}