status-go/vendor/github.com/ladydascalie/currency/Makefile

5 lines
69 B
Makefile
Raw Normal View History

build:
go run cmd/main.go
gofmt -w std.go
go test -v -cover ./...