mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-03 11:53:43 +02:00
Make: fixing incorrect rule.
This commit is contained in:
parent
7cbecce1ba
commit
977e0cf3eb
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -19,14 +19,14 @@ build/$(PROGRAM_NAME) : $(SOURCES)
|
||||||
deps:
|
deps:
|
||||||
$(GO) get $(DEPENDANCIES)
|
$(GO) get $(DEPENDANCIES)
|
||||||
|
|
||||||
package_info : scripts/info
|
scripts/info :
|
||||||
echo PACKAGE_NAME=\"$(PROGRAM_NAME)\" "\n"\
|
echo PACKAGE_NAME=\"$(PROGRAM_NAME)\" "\n"\
|
||||||
PACKAGE_DESCRIPTION=\"HAproxy healthcheck program for EOSIO API.\" "\n"\
|
PACKAGE_DESCRIPTION=\"HAproxy healthcheck program for EOSIO API.\" "\n"\
|
||||||
PACKAGE_VERSION=\"0.3.1\" "\n"\
|
PACKAGE_VERSION=\"0.3.1\" "\n"\
|
||||||
PACKAGE_PREFIX=\"$(PREFIX:/%=%)\" "\n"\
|
PACKAGE_PREFIX=\"$(PREFIX:/%=%)\" "\n"\
|
||||||
PACKAGE_PROGRAM=\"build/$(PROGRAM_NAME)\" > $<
|
PACKAGE_PROGRAM=\"build/$(PROGRAM_NAME)\" > $@
|
||||||
|
|
||||||
package : package_info build
|
package : scripts/info build
|
||||||
|
|
||||||
package_deb: package
|
package_deb: package
|
||||||
./scripts/build.sh deb
|
./scripts/build.sh deb
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue