keep-core icon indicating copy to clipboard operation
keep-core copied to clipboard

Global cleanup for smart contract Go bindings generator

Open pdyraga opened this issue 3 years ago • 0 comments

This issue is a followup of #3016.

We could have a global make clean that would execute a cleanup on each level of gen/. Right now, to regenerate files from scratch, we need to:

cd pkg/chain
cd random-beacon/gen && make clean && cd ../..
cd ecdsa/gen && make clean && cd ../..
cd threshold-network/gen && make clean && cd ../..
cd tbtc-v2/gen && make clean && cd ../..

pdyraga avatar Jun 29 '22 13:06 pdyraga