diff --git a/Makefile b/Makefile index 6c286bb..be34807 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ clean: @[ -d $(BUILD_DEST) ] && rm -rf $(BUILD_DEST) .PHONY: deploy -deploy: +deploy: build ifeq ($(DEPLOY_SERVER),) $(error DEPLOY_SERVER is not defined)