Move cmd/srv.go to ./

This commit is contained in:
Igor Chubin 2022-12-03 16:10:10 +01:00
parent 12df32b07c
commit fb8f0d248b
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
srv: cmd/*.go internal/*/*.go
go build -o srv ./cmd/
srv: srv.go internal/*/*.go
go build -o srv ./

View File