proxmox-utils/Makefile
Alex A. Naanou 67af4314cd added nextcloud (testing)...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-01-07 16:18:27 +03:00

46 lines
450 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: nextcloud
nextcloud:
$@/make.sh
.PHONY: gitea
gitea:
$@/make.sh
.PHONY: all
all: config gate ns ssh wireguard syncthing nextcloud gitea