Skip to content

Commit

Permalink
fix: Makefile built binary name (#42)
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
Segfaultd authored Nov 22, 2024
1 parent 7ee07a4 commit 643005e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ all: install
.PHONY: install
install: build
@echo "--> installing eibc-client"
mv build/eibc $(GOPATH)/bin/eibc-client
mv build/eibc-client $(GOPATH)/bin/eibc-client

.PHONY: build
build: go.sum ## Compiles the eibc binary
Expand Down

0 comments on commit 643005e

Please sign in to comment.