Makefile 92 B

123456789
  1. TARGETS := test
  2. .PHONY: test
  3. test:
  4. sui move test
  5. .PHONY: build
  6. build:
  7. sui move build -d