diff --git a/Makefile b/Makefile index 467424a..506fb6a 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ -srv: cmd/*.go internal/*/*.go - go build -o srv ./cmd/ +srv: srv.go internal/*/*.go + go build -o srv ./ diff --git a/cmd/srv.go b/srv.go similarity index 100% rename from cmd/srv.go rename to srv.go