pyth-crosschain/target_chains/sui/contracts/Makefile

10 lines
92 B
Makefile

TARGETS := test
.PHONY: test
test:
sui move test
.PHONY: build
build:
sui move build -d