proxmox-utils/Makefile
Alex A. Naanou 2d72bebc1a updated makefile...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-01-05 23:01:55 +03:00

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