Make make dev-ui work as expected

This commit is contained in:
Michael Lange 2017-11-10 13:27:48 -08:00
parent c44f94fbd0
commit 1845fa4711
1 changed files with 1 additions and 1 deletions

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/