mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-18 16:44:12 +00:00
Remove old tg
binary before building erigon
binary (#2023)
* Update Makefile * Use -f flag
This commit is contained in:
parent
ffb5fceb6e
commit
5a0afc0a72
1
Makefile
1
Makefile
@ -44,6 +44,7 @@ geth: mdbx
|
|||||||
|
|
||||||
erigon: go-version mdbx
|
erigon: go-version mdbx
|
||||||
@echo "Building Erigon"
|
@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
|
$(GOBUILD) -o $(GOBIN)/erigon ./cmd/erigon
|
||||||
@echo "Done building."
|
@echo "Done building."
|
||||||
@echo "Run \"$(GOBIN)/erigon\" to launch Erigon."
|
@echo "Run \"$(GOBIN)/erigon\" to launch Erigon."
|
||||||
|
Loading…
Reference in New Issue
Block a user