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