Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-09-19 17:13:49 +03:00
parent ab97f5398a
commit 36b68e0dae

View File

@ -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 :