From e65158a0326108d1fc724ee683b7fa900ef2671a Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Thu, 26 Jan 2023 13:07:07 +0100 Subject: More tests and documentation Also, split out platform-specific parts and add mocks for tests. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e154497..2e50ae6 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,8 @@ .sinclude "$(UNAME_S).mk" +.include "targets.mk" + # in this case we need a separate depend target depend: $(DEPS) @: -- cgit v1.2.3