Skip to content

Commit

Permalink
op-bindings: print forge version
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes committed Sep 12, 2022
1 parent 8523217 commit 292169e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion op-bindings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -23,6 +23,9 @@ bindings: l1block-bindings \
weth9-bindings \
deployer-whitelist-bindings

version:
forge --version

compile:
cd ../packages/contracts-bedrock/ && \
npx hardhat compile
Expand Down

0 comments on commit 292169e

Please sign in to comment.