wttr.in/Makefile
2022-12-04 16:56:11 +01:00

5 lines
91 B
Makefile

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