Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-01-06 11:49:13 +03:00
parent 443e48e051
commit fa24385ffb

View File

@ -21,13 +21,17 @@ ns:
ssh:
$@/make.sh
.PHONY: wireguard
wireguard:
$@/make.sh
.PHONY: syncthing
syncthing:
$@/make.sh
.PHONY: all
all: config gate ns ssh syncthing
all: config gate ns ssh wireguard syncthing