From 76244e6fe76ab09aa0c64b44a331ff1c30f53603 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Thu, 14 Mar 2024 23:11:51 +0100 Subject: [PATCH] Makefile: run-token-handler --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index c0b2ef7..3e566bb 100644 --- a/Makefile +++ b/Makefile @@ -70,6 +70,11 @@ DBDIR=/tmp/DATA-dnsmanagerd run-dnsmanagerd: $(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: $(Q)-$(SHOULD_UPDATE) bin/dnsmanagerd && shards build dnsmanagerd