good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 5a0afc0a authored by ledgerwatch's avatar ledgerwatch Committed by GitHub
Browse files

Remove old `tg` binary before building `erigon` binary (#2023)

* Update Makefile

* Use -f flag
parent ffb5fceb
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ geth: mdbx
erigon: go-version mdbx
@echo "Building Erigon"
rm -f $(GOBIN)/tg # Remove old binary to prevent confusion where users still use it because of the scripts
$(GOBUILD) -o $(GOBIN)/erigon ./cmd/erigon
@echo "Done building."
@echo "Run \"$(GOBIN)/erigon\" to launch Erigon."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment