From d204cf63a346701431139eab97c8374a998eca56 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Sat, 4 Feb 2023 00:59:52 +0100 Subject: Separate libs declarations from targets --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6e02b4d..a3cd0cf 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # See LICENSE file for copyright and license details. -include libs.mk +include libs.config.mk CC = cc SRC != find src -name "*.c" @@ -40,3 +40,5 @@ clean: tests: all cd test && make clean tests + +include libs.target.mk -- cgit v1.2.3