Files
contract/Makefile
2023-11-05 18:08:07 -08:00

15 lines
186 B
Makefile

tests: build
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