wormhole/sui/wormhole/Makefile

15 lines
169 B
Makefile

-include ../../Makefile.help
.PHONY: artifacts
artifacts: build
.PHONY: build
## Build contract
build:
sui move build
.PHONY: test
## Run tests
test:
sui move test