Update Makefile

chubin/logging
Igor Chubin 2 years ago
parent f9e5e0ecf6
commit 9835874422

@ -1,4 +1,5 @@
srv: srv.go internal/*/*.go srv: srv.go internal/*/*.go internal/*/*/*.go
go build -o srv ./ go build -o srv ./
test:
go test ./ go-test:
go test ./...

Loading…
Cancel
Save