mirror of
https://github.com/chubin/wttr.in
synced 2025-01-12 03:58:45 +00:00
5 lines
91 B
Makefile
5 lines
91 B
Makefile
srv: srv.go internal/*/*.go internal/*/*/*.go
|
|
go build -o srv ./
|
|
|
|
go-test:
|
|
go test ./...
|