From a3a22cb1915b9c482d88f52bf285fdf9db54659a Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Fri, 8 Dec 2023 13:21:26 -0600 Subject: [PATCH] Add more documentation to the Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 745ccf3..d113897 100644 --- a/Makefile +++ b/Makefile @@ -131,6 +131,10 @@ destroy: ## ######################################################################## ## COMMAND LINE PROGRAM TARGETS ## +## Note that installed commands only become available for use, they are +## not otherwise configured. I.e. cron jobs or git repos or whatever actually +## uses these commands must be individually configured as desired. +## ## The available targets for make (make TARGET) are: ## -- 2.34.1