From 2af689db796be5a0fd40ec72f065c78dc1f25b8a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 5 Apr 2020 21:07:28 +0200 Subject: [PATCH] Change publish name --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 31b2d88..46cfb5c 100644 --- a/makefile +++ b/makefile @@ -8,6 +8,6 @@ SRC := site/* build: @mkdocs build -.PHONY: publish -publish: build +.PHONY: wiki +wiki: build $(RSYNC) $(SRC) $(REMOTE):$(DEST)