Update Makefile
This commit is contained in:
parent
cc46e4977c
commit
9f7358a956
1
Makefile
1
Makefile
|
@ -1,5 +1,6 @@
|
||||||
BEAT_NAME=icingabeat
|
BEAT_NAME=icingabeat
|
||||||
BEAT_PATH=github.com/icinga/icingabeat
|
BEAT_PATH=github.com/icinga/icingabeat
|
||||||
|
BEAT_DOC_URL?=https://icinga.com/docs/icingabeat
|
||||||
BEAT_GOPATH=$(firstword $(subst :, ,${GOPATH}))
|
BEAT_GOPATH=$(firstword $(subst :, ,${GOPATH}))
|
||||||
SYSTEM_TESTS=false
|
SYSTEM_TESTS=false
|
||||||
TEST_ENVIRONMENT=false
|
TEST_ENVIRONMENT=false
|
||||||
|
|
Loading…
Reference in New Issue