1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-16 04:44:55 +02:00

Makefile: Indent fixes.

This commit is contained in:
Henrik Hautakoski 2023-08-15 09:46:03 +02:00
parent 4e56ee60fc
commit b98164116e
No known key found for this signature in database
GPG key ID: 217490840C18A5D9

View file

@ -1,14 +1,14 @@
PROGRAM_NAME = antelope-api-healthcheck
export PROGRAM_VERSION = 1.4.6
PROGRAM_NAME = antelope-api-healthcheck
export PROGRAM_VERSION = 1.4.6
GO = go
GO = go
PREFIX = /usr/local
export GOOS = $(shell $(GO) env GOOS)
export GOARCH = $(shell $(GO) env GOARCH)
GOBUILDFLAGS = -v -ldflags='-v -s -w -X main.VersionString=$(PROGRAM_VERSION)'
export GOARCH = $(shell $(GO) env GOARCH)
GOBUILDFLAGS = -v -ldflags='-v -s -w -X main.VersionString=$(PROGRAM_VERSION)'
DPKG_BUILDPACKAGE = dpkg-buildpackage
DPKG_BUILDPACKAGE = dpkg-buildpackage
DPKG_BUILDPACKAGE_FLAGS = -b -uc
.PHONY: all build/$(PROGRAM_NAME) build/antelope-v1-mock-server clean package_debian