From 36b68e0dae481cdb9e8f470fbeedc2577d859947 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 19 Sep 2024 17:13:49 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Makefile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de70a86..6b443a4 100644 --- a/Makefile +++ b/Makefile @@ -88,6 +88,18 @@ gate: gate-traefik #---------------------------------------------------------------------- +# XXX goal: +# - build minimal system +# - bootstrap bridge +# - gate +# - ns +# +.PHONY: bootstrap +bootstrap: + + + +#---------------------------------------------------------------------- .PHONY: core core: config $(CORE_CTs) @@ -117,4 +129,4 @@ clean: #---------------------------------------------------------------------- -# vim:set nowrap : +# vim:set ts=4 sw=4 nowrap :