Skip to content

Commit

Permalink
Merge pull request #57 from ethereum-optimism/tip/pcw109550/makefile-fix
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
pcw109550 authored Apr 19, 2024
2 parents 90d8c5c + 49628cc commit e0e90ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,16 @@ op-program-test-capture:
./tests/op-program-test/capture.sh
.PHONY: op-program-test-capture

op-program:
make -C $(MONOREPO_ROOT)/op-program
.PHONY: op-program

op-program-riscv:
rm -rf $(MONOREPO_ROOT)/op-program/bin-riscv $(MONOREPO_ROOT)/op-program/bin
make -C $(MONOREPO_ROOT)/op-program op-program-client-riscv
# clear $(MONOREPO_ROOT)/op-program/bin to trigger `make cannon-prestate` at monorepo
mv $(MONOREPO_ROOT)/op-program/bin $(MONOREPO_ROOT)/op-program/bin-riscv
.PHONY: op-program
.PHONY: op-program-riscv

devnet-allocs-monorepo:
make -C $(MONOREPO_ROOT) devnet-allocs
Expand Down

0 comments on commit e0e90ce

Please sign in to comment.