mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-03 11:53:43 +02:00
Makefile: remove deps.
This commit is contained in:
parent
64f6e25b21
commit
ed91320a1d
1 changed files with 0 additions and 7 deletions
7
Makefile
7
Makefile
|
|
@ -6,10 +6,6 @@ PREFIX = /usr/local
|
||||||
|
|
||||||
PROGRAM_NAME=eosio-api-healthcheck
|
PROGRAM_NAME=eosio-api-healthcheck
|
||||||
SOURCES=src/main.go src/server.go
|
SOURCES=src/main.go src/server.go
|
||||||
DEPENDANCIES= github.com/firstrow/tcp_server \
|
|
||||||
github.com/liamylian/jsontime/v2 \
|
|
||||||
github.com/imroc/req \
|
|
||||||
github.com/pborman/getopt/v2
|
|
||||||
|
|
||||||
.PHONY: all build/$(PROGRAM_NAME) clean
|
.PHONY: all build/$(PROGRAM_NAME) clean
|
||||||
all: build
|
all: build
|
||||||
|
|
@ -19,9 +15,6 @@ build/$(PROGRAM_NAME) : $(SOURCES)
|
||||||
$(GO) build -o $@ $(GOCCFLAGS) $(GOLDFLAGS) $^
|
$(GO) build -o $@ $(GOCCFLAGS) $(GOLDFLAGS) $^
|
||||||
$(GO) env > build/.buildinfo
|
$(GO) env > build/.buildinfo
|
||||||
|
|
||||||
deps:
|
|
||||||
$(GO) get $(DEPENDANCIES)
|
|
||||||
|
|
||||||
info-file :
|
info-file :
|
||||||
echo PACKAGE_NAME=\"$(PROGRAM_NAME)\" "\n"\
|
echo PACKAGE_NAME=\"$(PROGRAM_NAME)\" "\n"\
|
||||||
PACKAGE_DESCRIPTION=\"HAproxy healthcheck program for EOSIO API.\" "\n"\
|
PACKAGE_DESCRIPTION=\"HAproxy healthcheck program for EOSIO API.\" "\n"\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue