mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-04 12:03:43 +02:00
Makefile: Indent fixes.
This commit is contained in:
parent
4e56ee60fc
commit
b98164116e
1 changed files with 6 additions and 6 deletions
12
Makefile
12
Makefile
|
|
@ -1,14 +1,14 @@
|
||||||
|
|
||||||
PROGRAM_NAME = antelope-api-healthcheck
|
PROGRAM_NAME = antelope-api-healthcheck
|
||||||
export PROGRAM_VERSION = 1.4.6
|
export PROGRAM_VERSION = 1.4.6
|
||||||
|
|
||||||
GO = go
|
GO = go
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
export GOOS = $(shell $(GO) env GOOS)
|
export GOOS = $(shell $(GO) env GOOS)
|
||||||
export GOARCH = $(shell $(GO) env GOARCH)
|
export GOARCH = $(shell $(GO) env GOARCH)
|
||||||
GOBUILDFLAGS = -v -ldflags='-v -s -w -X main.VersionString=$(PROGRAM_VERSION)'
|
GOBUILDFLAGS = -v -ldflags='-v -s -w -X main.VersionString=$(PROGRAM_VERSION)'
|
||||||
|
|
||||||
DPKG_BUILDPACKAGE = dpkg-buildpackage
|
DPKG_BUILDPACKAGE = dpkg-buildpackage
|
||||||
DPKG_BUILDPACKAGE_FLAGS = -b -uc
|
DPKG_BUILDPACKAGE_FLAGS = -b -uc
|
||||||
|
|
||||||
.PHONY: all build/$(PROGRAM_NAME) build/antelope-v1-mock-server clean package_debian
|
.PHONY: all build/$(PROGRAM_NAME) build/antelope-v1-mock-server clean package_debian
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue