Makefile 90 B

12345
  1. .PHONY: go-generate
  2. go-generate:
  3. go run chainid_generator.go
  4. go-test:
  5. go test ./vaa/...