go-openweather/Makefile
2019-12-09 15:09:21 +01:00

5 lines
66 B
Makefile

build:
cd cmd/openweatherclient && go build
test:
go test ./...