mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-08-27 20:58:13 +02:00
Adding getopts package to parse pid file path.
This commit is contained in:
parent
83688c4b48
commit
2b823c1dd3
2 changed files with 17 additions and 3 deletions
3
Makefile
3
Makefile
|
|
@ -8,7 +8,8 @@ PROGRAM_NAME=eosio-api-healthcheck
|
|||
SOURCES=src/server.go
|
||||
DEPENDANCIES= github.com/firstrow/tcp_server \
|
||||
github.com/liamylian/jsontime/v2 \
|
||||
github.com/imroc/req
|
||||
github.com/imroc/req \
|
||||
github.com/pborman/getopt/v2
|
||||
|
||||
all: build
|
||||
build: build/$(PROGRAM_NAME)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue