Update Makefile

This commit is contained in:
Paul Brodner
2019-03-05 09:36:21 +00:00
parent 0f350c30de
commit 77820be8f2
+1 -1
View File
@@ -17,7 +17,7 @@ help: ## main: output this help
.DEFAULT_GOAL := help
# $(helpers)/wait-service-to-start.sh
ifeq ($(dc),)
ifeq ($(helpers),)
helpers:=$(ROOT_DIR)/qa/.helpers
endif