Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ 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."
@echo " AUTHENTICATION_SOURCE_DIR - Define where your authentication clone is."
@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."
Expand Down
Loading