mirror of
https://github.com/status-im/status-go.git
synced 2025-01-11 23:25:29 +00:00
6 lines
141 B
Makefile
6 lines
141 B
Makefile
|
test: constants.go
|
||
|
go test -v
|
||
|
|
||
|
constants.go: src/iso4217-table.xml src/update.go
|
||
|
go run src/update.go < src/iso4217-table.xml | gofmt > $@
|