Skip to content

Commit 6537509

Browse files
committed
fix: Ensure ~/go/bin dir exists during make install
1 parent a8a8f9d commit 6537509

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ fmt: fmt/prettier fmt/terraform
4747
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
4848

4949
install: build
50+
mkdir -p $(INSTALL_DIR)
5051
@echo "--- Copying from bin to $(INSTALL_DIR)"
5152
cp -r ./dist/coder-$(GOOS)_$(GOOS)_$(GOARCH)*/* $(INSTALL_DIR)
5253
@echo "-- CLI available at $(shell ls $(INSTALL_DIR)/coder*)"

0 commit comments

Comments
 (0)