12 lines
140 B
Makefile
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
|