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. --- GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 3671e2f..6b58971 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,4 +3,6 @@ include common.mk sinclude $(UNAME_S).mk +include targets.mk + include $(DEPS) -- cgit v1.2.3