Skip to content

Commit

Permalink
Makefile: all doesnt need evmc
Browse files Browse the repository at this point in the history
Signed-off-by: meows <b5c6@protonmail.com>
  • Loading branch information
meowsbits committed Jul 8, 2020
1 parent 00b8970 commit 3750374
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 @@ -20,7 +20,7 @@ geth: evmc
@echo "Done building."
@echo "Run \"$(GOBIN)/geth\" to launch geth."

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

evmc:
Expand Down

0 comments on commit 3750374

Please sign in to comment.