From c35689fc842c4252e198968f6c7136bfd7277edb Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 4 Feb 2024 17:55:26 +0300 Subject: [PATCH] notes and cleanup... Signed-off-by: Alex A. Naanou --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index e8c8cf2..ee94690 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,8 @@ EDITOR ?= vim +# CTs... +# # NOTE: The order here is important: # - to avoid bootstrapping network connections gate must be the # first CT to get built to route the rest of CT's to the WAN @@ -26,6 +28,7 @@ MINIMAL_CTs := \ ssh wireguard APP_CTs := \ syncthing nextcloud #gitea +# Optional... DEV_CTs := \ gitea @@ -114,3 +117,4 @@ clean: #---------------------------------------------------------------------- +# vim:set nowrap :