anchor/Makefile

5 lines
115 B
Makefile
Raw Normal View History

2021-06-29 14:04:59 -07:00
.PHONY: build-cli
build-cli:
cargo build -p anchor-cli --release
cp target/release/anchor cli/npm-package/anchor