Skip to content

Commit

Permalink
fix: install-scroll recipe
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Edison <[email protected]>
  • Loading branch information
greged93 committed Dec 17, 2024
1 parent 795732c commit 7a768e8
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 @@ -61,7 +61,7 @@ install-op: ## Build and install the op-reth binary under `~/.cargo/bin`.
.PHONY: install-scroll
install-scroll: ## Build and install the scroll-reth binary under `~/.cargo/bin`.
cargo install --path crates/scroll/bin --bin scroll-reth --force --locked \
--features "scroll $(FEATURES)" \
--features "scroll" \
--profile "$(PROFILE)" \
$(CARGO_INSTALL_EXTRA_FLAGS)

Expand Down

0 comments on commit 7a768e8

Please sign in to comment.