build: add rel to xref deps

This commit is contained in:
William Yang 2022-09-05 10:56:17 +02:00
parent 9dd5e26ddf
commit 820b60f448
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ $(PROFILES:%=deps-%): $(REBAR) get-dashboard
@rm -f rebar.lock
.PHONY: xref
xref: $(REBAR)
xref: $(REBAR) $(REL_PROFILES:%=%-rel)
@$(REBAR) as check xref
@scripts/xref-check.escript