1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-21 09:58:20 +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 =
PREFIX = /usr/local
PROGRAM_NAME=eos-api-healthcheck
PROGRAM_NAME=eosio-api-healthcheck
SOURCES=server.go
DEPENDANCIES= github.com/firstrow/tcp_server \
github.com/liamylian/jsontime/v2 \