diff --git a/Makefile b/Makefile index 6564be4..9e3a249 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ build: $(VENV_SOURCE)/dep $(VENV_CMD) && pelican -o $(P_OUTPUT) $(P_OPT) .PHONY: deploy -deploy: +deploy: build [ -d $(P_OUTPUT) ] && $(D_BIN) $(D_OPT) $(P_OUTPUT)/ $(D_DST) .PHONY: clean