Commit 292169ec authored by Mark Tyneway's avatar Mark Tyneway

op-bindings: print forge version

parent 85232179
......@@ -2,7 +2,7 @@ SHELL := /bin/bash
pkg := bindings
all: mkdir bindings more
all: version mkdir bindings more
bindings: l1block-bindings \
l1-cross-domain-messenger-bindings \
......@@ -23,6 +23,9 @@ bindings: l1block-bindings \
weth9-bindings \
deployer-whitelist-bindings
version:
forge --version
compile:
cd ../packages/contracts-bedrock/ && \
npx hardhat compile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment