proxmox-utils/Makefile
Alex A. Naanou fa24385ffb notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-01-06 11:50:15 +03:00

38 lines
393 B
Makefile

config.global: config.global.example
vim "+0r config.global.example" $<
config: config.global
.PHONY: gate
gate: ./gate-traefik
$</make.sh
.PHONY: ns
ns:
$@/make.sh
.PHONY: ssh
ssh:
$@/make.sh
.PHONY: wireguard
wireguard:
$@/make.sh
.PHONY: syncthing
syncthing:
$@/make.sh
.PHONY: all
all: config gate ns ssh wireguard syncthing