1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-07-04 12:03:43 +02:00

Makefile: Update program name.

This commit is contained in:
Henrik Hautakoski 2020-02-03 19:38:26 +01:00
parent 5a26718d40
commit 6524e90bd6

View file

@ -4,7 +4,7 @@ GOCCFLAGS = -v
GOLDFLAGS = GOLDFLAGS =
PREFIX = /usr/local PREFIX = /usr/local
PROGRAM_NAME=eos-api-healthcheck PROGRAM_NAME=eosio-api-healthcheck
SOURCES=server.go SOURCES=server.go
DEPENDANCIES= github.com/firstrow/tcp_server \ DEPENDANCIES= github.com/firstrow/tcp_server \
github.com/liamylian/jsontime/v2 \ github.com/liamylian/jsontime/v2 \