From 6524e90bd601c930a118383779609711c46e8422 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 3 Feb 2020 19:38:26 +0100 Subject: [PATCH] Makefile: Update program name. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29ce7ea..499e89c 100644 --- a/Makefile +++ b/Makefile @@ -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 \