Makefile: update token-handler without checking src/ directory.

master
Philippe Pittoli 2024-03-14 04:44:09 +01:00
parent 945e366097
commit f2b5ce3f23
1 changed files with 1 additions and 1 deletions

View File

@ -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