sune 0.1.1

Solana transaction tool
Documentation
1
2
3
4
5
6
7
run:
	RUST_LOG=info cargo r -r

sync-mold-path:
	echo "[target.x86_64-unknown-linux-gnu]" > .cargo/config.toml
	if [ -z $(which mold) ]; then echo "mold not found"; exit 1; fi
	echo "rustflags = [\"-C\", \"link-arg=-fuse-ld=$(which mold)\"]" >> .cargo/config.toml