1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-27 10:53:44 +02:00

Makefile: for dpkg-buildpackage skip building source and only build binary package.

This commit is contained in:
Henrik Hautakoski 2022-08-22 18:19:46 +02:00
parent ad5830ed34
commit 566071c997
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

View file

@ -9,7 +9,7 @@ export GOARCH = $(shell go env GOARCH)
GOBUILDFLAGS = -v -ldflags='-v -s -w -X main.VersionString=$(PROGRAM_VERSION)'
DPKG_BUILDPACKAGE = dpkg-buildpackage
DPKG_BUILDPACKAGE_FLAGS = -us -uc
DPKG_BUILDPACKAGE_FLAGS = -b -uc
SOURCES=src/main.go src/server.go src/parse_request.go