diff --git a/Makefile b/Makefile index 71f672be..edce98c4 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ help: @echo "" @echo "Variables:" @echo "" - @echo " CAKEPHP-SOURCE_DIR - Define where your cakephp clone is." + @echo " CAKEPHP_SOURCE_DIR - Define where your cakephp clone is." @echo " CHRONOS_SOURCE_DIR - Define where your chronos clone is." @echo " ELASTIC_SOURCE_DIR - Define where your elastic-search clone is." @echo " QUEUE_SOURCE_DIR - Define where your queue clone is." @@ -58,7 +58,7 @@ help: @echo " AUTHORIZATION_SOURCE_DIR - Define where your authentication clone is." @echo " QUEUE_SOURCE_DIR - Define where your queue clone is." @echo " BUILD_DIR - The directory where the output should go. Default: $(BUILD_DIR)" - @echo " DEPLOY_DIR - The directory files shold be copied to in `deploy` Default: $(DEPLOY_DIR)" + @echo " DEPLOY_DIR - The directory files shold be copied to in deploy Default: $(DEPLOY_DIR)" @echo "" @echo "NOTE: Source directories will have their checkout branch changed." @echo " Make sure all working directories are clean."