Make make dev-ui work as expected

This commit is contained in:
Michael Lange
2017-11-10 13:27:48 -08:00
parent a8e69893ee
commit 822cb6d334

View File

@@ -199,7 +199,7 @@ dev: ## Build for the current development platform
@rm -f $(GOPATH)/bin/nomad
@$(MAKE) --no-print-directory \
$(DEV_TARGET) \
GO_TAGS=nomad_test $(NOMAD_UI_TAG)
GO_TAGS="nomad_test $(NOMAD_UI_TAG)"
@mkdir -p $(PROJECT_ROOT)/bin
@mkdir -p $(GOPATH)/bin
@cp $(PROJECT_ROOT)/$(DEV_TARGET) $(PROJECT_ROOT)/bin/