From fa24385ffbb6f70a7b101d663aa54c44e19dae36 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 6 Jan 2024 11:49:13 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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