wormhole/sui/token_bridge/Makefile

15 lines
169 B
Makefile
Raw Normal View History

2023-01-12 11:36:42 -08:00
-include ../../Makefile.help
.PHONY: artifacts
artifacts: build
.PHONY: build
## Build contract
build:
sui move build
.PHONY: test
## Run tests
test:
sui move test