X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/38037201dbf3f00be325989475299157654ba9da..e44ce5d3d4a0a31fcfae64c1b77e67e7d0bdf1df:/Makefile?ds=sidebyside 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