From 2d72bebc1a55dee3b4867811688b81756fe9504f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 5 Jan 2024 23:01:55 +0300 Subject: [PATCH] updated makefile... Signed-off-by: Alex A. Naanou --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f553be..cc7f26c 100644 --- a/Makefile +++ b/Makefile @@ -17,9 +17,13 @@ gate: ./gate-traefik ns: $@/make.sh +.PHONY: syncthing +syncthing: + $@/make.sh + .PHONY: all -all: config gate dns +all: config gate dns syncthing