Files
contract/Makefile
2023-10-24 14:29:07 -07:00

12 lines
146 B
Makefile

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