From 685e7bfe14dc426c0ea5fd1d3fc06b093e12f0cb Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 3 Jan 2024 19:42:59 +0300 Subject: [PATCH] added basic makefile -- still experimetal... Signed-off-by: Alex A. Naanou --- Makefile | 22 ++++++++++++++++++++++ ns/make.sh | 1 - 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..2f61cbb --- /dev/null +++ b/Makefile @@ -0,0 +1,22 @@ + + + +config.global: config.global.example + vim "+0r config.global.example" $< + + +config: config.global + + +gate: gate-traefik + cd $< && ./make.sh + + +ns: ns + cd $< && ./make.sh + + +all: config gate ns + + + diff --git a/ns/make.sh b/ns/make.sh index 2325437..8b45050 100755 --- a/ns/make.sh +++ b/ns/make.sh @@ -50,7 +50,6 @@ OPTS_STAGE_2="\ " - #---------------------------------------------------------------------- echo "# Building config..."