15 lines
188 B
Makefile
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
|