Files
contract/Makefile
2023-10-20 14:36:34 -07:00

12 lines
140 B
Makefile

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