Makefile: run-token-handler
This commit is contained in:
parent
f2b5ce3f23
commit
76244e6fe7
5
Makefile
5
Makefile
@ -70,6 +70,11 @@ DBDIR=/tmp/DATA-dnsmanagerd
|
|||||||
run-dnsmanagerd:
|
run-dnsmanagerd:
|
||||||
$(Q)$(LD_P) ./bin/dnsmanagerd -v $(VERBOSITY) -r $(DBDIR)
|
$(Q)$(LD_P) ./bin/dnsmanagerd -v $(VERBOSITY) -r $(DBDIR)
|
||||||
|
|
||||||
|
PORT ?= 8082
|
||||||
|
ADDR ?=
|
||||||
|
run-token-handler:
|
||||||
|
$(Q)$(LD_P) ./bin/token-handler $(PORT) $(ADDR)
|
||||||
|
|
||||||
build-server:
|
build-server:
|
||||||
$(Q)-$(SHOULD_UPDATE) bin/dnsmanagerd && shards build dnsmanagerd
|
$(Q)-$(SHOULD_UPDATE) bin/dnsmanagerd && shards build dnsmanagerd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user