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