aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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