Skip to content

Commit

Permalink
Update Makefile (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 authored Mar 18, 2024
1 parent 00a23ff commit 89522e4
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 @@ -11,7 +11,7 @@ bench :; @forge test --mc Benchmark

tools : foundry create3
foundry:; curl -L https://foundry.paradigm.xyz | bash
create3:; @cargo install --git https://github.com/darwinia-network/create3-deploy -f
create3:; @cargo install --git https://github.com/darwinia-network/create3-deploy -f --locked
sync :; @git submodule update --recursive

doc :; @bash ./bin/doc.sh
Expand Down

0 comments on commit 89522e4

Please sign in to comment.