1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-08-26 20:48:13 +02:00

src/main.go: Add cli flag to change logging format.

This commit is contained in:
Henrik Hautakoski 2022-10-20 15:10:48 +02:00
parent 704965b9cc
commit 311d9b34cb
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
2 changed files with 11 additions and 3 deletions

View file

@ -11,7 +11,7 @@ GOBUILDFLAGS = -v -ldflags='-v -s -w -X main.VersionString=$(PROGRAM_VERSION)'
DPKG_BUILDPACKAGE = dpkg-buildpackage
DPKG_BUILDPACKAGE_FLAGS = -b -uc
SOURCES=src/main.go src/server.go src/parse_request.go
SOURCES=src/main.go src/server.go src/parse_request.go src/helpers.go
.PHONY: all build/$(PROGRAM_NAME) clean package_debian
all: build