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