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

This commit is contained in:
Philippe Pittoli 2024-03-14 04:44:09 +01:00
parent 945e366097
commit f2b5ce3f23

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