From 9c6d7a4155b785f6ffda76047418ba8e81ca2d9f Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Sat, 27 May 2023 12:49:19 +0200 Subject: Change variable NAME to LIBNAME and add OPT variable --- config.mk | 5 ++--- 1 file 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} -- cgit v1.2.3