Update Makefile

This commit is contained in:
Igor Chubin 2022-12-04 16:56:11 +01:00
parent f9e5e0ecf6
commit 9835874422

View File

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