From 2a497466456ab7cd5d7fda5fc85acd38bf707f19 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 25 Jan 2024 09:28:08 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 715f970a5e..99b8ba54b4 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ geth: @echo "Done building." @echo "Run \"$(GOBIN)/geth\" to launch geth." -#? all: Build all packages and executables, include abidump, abigen, bootnode, clef, devp2p, ethkey, evm, geth, p2psim, rlpdump +#? all: Build all packages and executables all: $(GORUN) build/ci.go install