proxmox-utils/Makefile

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