anchor/Makefile

5 lines
115 B
Makefile
Raw Normal View History

2021-06-30 05:04:59 +08:00
.PHONY: build-cli
build-cli:
cargo build -p anchor-cli --release
cp target/release/anchor cli/npm-package/anchor