Commit 822cb6d3 authored by Michael Lange's avatar Michael Lange
Browse files

Make make dev-ui work as expected

Showing with 1 addition and 1 deletion
+1 -1
......@@ -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/
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment