Files
contract/Makefile
2023-10-26 15:27:27 -07:00

15 lines
188 B
Makefile

tests: build_force
bin/test.sh
build:
bin/build.sh
build_force:
bin/build.sh --force
dependencies:
# foundry
curl -L https://foundry.paradigm.xyz | bash
# jq
sudo apt install jq