forked from opencode/ocgo
fix: resolve Makefile install conflict
This commit is contained in:
parent
311ca26d76
commit
6e004b8eff
1 changed files with 0 additions and 6 deletions
6
Makefile
6
Makefile
|
|
@ -18,14 +18,8 @@ clean:
|
|||
rm -rf bin
|
||||
|
||||
install: build
|
||||
<<<<<<< Updated upstream
|
||||
install -m 0755 bin/ocgo $(HOME)/go/bin/ocgo
|
||||
||||||| Stash base
|
||||
install -m 0755 bin/ocgo $$(go env GOBIN)/ocgo
|
||||
=======
|
||||
mkdir -p "$(INSTALL_DIR)"
|
||||
install -m 0755 bin/ocgo "$(INSTALL_DIR)/ocgo"
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
release:
|
||||
@[ -n "$(TAG)" ] || (echo "Usage: make release TAG=v0.1.0" && exit 1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue