From ae06c0483f3e48ff664da4678e519e9a69cd453b Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 4 Apr 2023 23:53:08 +0200 Subject: Move variables in config.mk --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 494f29a..7edbff9 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,8 @@ # See LICENSE file for copyright and license details. -CC = cc -SRC != find src -name "*.c" -OBJ = ${SRC:.c=.o} +include config.mk -LIBNAME = liblog -LIBVER = 0.0.0-a1 -CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT} -DLIBVER=\"${LIBVER}\" dist: static shared -- cgit v1.2.3