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