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.
make install
1 parent 22dfa08 commit 28a200fCopy full SHA for 28a200f
Makefile
@@ -43,7 +43,7 @@ fmt: fmt/prettier fmt/terraform
43
gen: coderd/database/generate peerbroker/proto provisionersdk/proto provisionerd/proto apitypings/generate
44
.PHONY: gen
45
46
-install: bin
+install: build
47
@echo "--- Copying from bin to $(INSTALL_DIR)"
48
cp -r ./dist/coder-$(GOOS)_$(GOOS)_$(GOARCH)*/* $(INSTALL_DIR)
49
@echo "-- CLI available at $(shell ls $(INSTALL_DIR)/coder*)"
0 commit comments