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

5 lines
69 B
Makefile

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