diff --git a/Makefile b/Makefile index f68d936..95edf65 100644 --- a/Makefile +++ b/Makefile @@ -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