proxmox-utils/Makefile

34 lines
337 B
Makefile
Raw Normal View History

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: syncthing
syncthing:
$@/make.sh
.PHONY: all
all: config gate dns ssh syncthing