wttr.in/Makefile
2022-12-04 10:35:58 +01:00

4 lines
66 B
Makefile

srv: srv.go internal/*/*.go
go build -o srv ./
test:
go test ./