From c88d694938861bc376cb139eab3b975598029c7b Mon Sep 17 00:00:00 2001 From: Stevan Earl Date: Thu, 12 Oct 2023 11:00:30 -0700 Subject: [PATCH] docs: added url to wikipage on build system Providing richer resources for working with the build system that are beyond the scope of the Make documentation. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index ab18030..f688ecc 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,9 @@ install: install-docs install-db install-commands .PHONY: clean clean: clean-docs clean-db +## +## For further help, examples, and information on how to use this file, see: +## https://sokwe.janegoodall.org/wiki/BuildSystem # # The database portion of the build system # (Split into various files for improved digestion.) -- 2.34.1