added basic makefile -- still experimetal...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-01-03 19:42:59 +03:00
parent 64347c9290
commit 685e7bfe14
2 changed files with 22 additions and 1 deletions

22
Makefile Normal file
View File

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

View File

@ -50,7 +50,6 @@ OPTS_STAGE_2="\
"
#----------------------------------------------------------------------
echo "# Building config..."