From e4b339cf6dd220563690b44c92cc08b34a5cffaa Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 18 Dec 2019 02:17:08 -0500 Subject: [PATCH] small Makefile fixes --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35f5ebb..2dc6d78 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BASE_DIR = $(CURDIR) -OUT_DIR = $(BASE_DIR)/site +OUT_DIR = $(BASE_DIR)/site/ RSYNC_PARAMS = --exclude-from='.rsync-exclude' --delete -avzP @@ -19,3 +19,5 @@ deploy: clean: [ ! -d $(OUT_DIR) ] || rm -rf $(OUT_DIR) + +.PHONY: clean deploy -- 2.20.1