diff --git a/Makefile b/Makefile index 8905599..8295799 100644 --- a/Makefile +++ b/Makefile @@ -10,5 +10,5 @@ test: -(cd sitesrc && jekyll serve) deploy: - [ ! -d $(DEPLOY_DIR) ] && mkdir -p $(DEPLOY_DIR) - (cd sitesrc && jekyll build -d $(DEPLOY_DIR)) \ No newline at end of file + [ ! -d $(DEPLOY_DIR) ] && mkdir -p $(DEPLOY_DIR) || true + (cd sitesrc && jekyll build -d $(DEPLOY_DIR))