mirror of
https://github.com/chubin/wttr.in
synced 2025-01-26 02:34:59 +00:00
4 lines
66 B
Makefile
4 lines
66 B
Makefile
srv: srv.go internal/*/*.go
|
|
go build -o srv ./
|
|
test:
|
|
go test ./
|