From f2b5ce3f235a0179d0ef2c54b6d1798e3ee14741 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Thu, 14 Mar 2024 04:44:09 +0100 Subject: [PATCH] Makefile: update token-handler without checking src/ directory. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e40099..c0b2ef7 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ build-client: $(Q)-$(SHOULD_UPDATE) bin/dnsmanager-client && shards build dnsmanager-client build-token-handler: - $(Q)-$(SHOULD_UPDATE) bin/token-handler && shards build token-handler + $(Q)shards build token-handler build: build-server build-client build-token-handler