mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 10:40:07 +00:00
added basic makefile -- still experimetal...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
64347c9290
commit
685e7bfe14
22
Makefile
Normal file
22
Makefile
Normal 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
|
||||
|
||||
|
||||
|
||||
@ -50,7 +50,6 @@ OPTS_STAGE_2="\
|
||||
"
|
||||
|
||||
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
echo "# Building config..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user