mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-08-27 20:58:13 +02:00
Rename project from eosio-api-healthcheck to antelope-api-healthcheck
This commit is contained in:
parent
e0a7a10662
commit
61cb49f8be
20 changed files with 115 additions and 115 deletions
4
Makefile
4
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
PROGRAM_NAME = eosio-api-healthcheck
|
||||
PROGRAM_NAME = antelope-api-healthcheck
|
||||
export PROGRAM_VERSION = 1.2.6
|
||||
|
||||
GO = go
|
||||
|
|
@ -16,7 +16,7 @@ all: build
|
|||
build: build/$(PROGRAM_NAME)
|
||||
|
||||
build/$(PROGRAM_NAME) : $(SOURCES)
|
||||
$(GO) build -o $@ $(GOBUILDFLAGS) cmd/eosio-api-healtcheck/main.go
|
||||
$(GO) build -o $@ $(GOBUILDFLAGS) cmd/antelope-api-healtcheck/main.go
|
||||
|
||||
test:
|
||||
$(GO) test -v ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue