Skip to content

Commit

Permalink
Do not move suave binary to GOPATH (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt authored Jan 5, 2024
1 parent 7c9c555 commit c01a268
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ suave:
@echo "Done building."
@echo "Run \"$(GOBIN)/suave\" to launch SUAVE."

# Move a copy of the binary to GOPATH/bin
cp $(GOBIN)/suave $(GOPATH)/bin

all:
$(GORUN) build/ci.go install

Expand Down

0 comments on commit c01a268

Please sign in to comment.