Clean up Makefile and image build

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
Stanislav Bogatyrev 2021-04-09 18:29:18 +03:00 committed by Stanislav Bogatyrev
parent e3dbecf844
commit b2e7a2cb61
8 changed files with 173 additions and 98 deletions

View file

@ -5,4 +5,5 @@ const Prefix = "HTTP_GW"
var (
Build = "now"
Version = "dev"
Debug = "false"
)