We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a8f9d commit 6537509Copy full SHA for 6537509
Makefile
@@ -47,6 +47,7 @@ fmt: fmt/prettier fmt/terraform
47
gen: coderd/database/querier.go peerbroker/proto/peerbroker.pb.go provisionersdk/proto/provisioner.pb.go provisionerd/proto/provisionerd.pb.go site/src/api/typesGenerated.ts
48
49
install: build
50
+ mkdir -p $(INSTALL_DIR)
51
@echo "--- Copying from bin to $(INSTALL_DIR)"
52
cp -r ./dist/coder-$(GOOS)_$(GOOS)_$(GOARCH)*/* $(INSTALL_DIR)
53
@echo "-- CLI available at $(shell ls $(INSTALL_DIR)/coder*)"
0 commit comments