build: add rel to xref deps
This commit is contained in:
parent
9dd5e26ddf
commit
820b60f448
2
Makefile
2
Makefile
|
@ -114,7 +114,7 @@ $(PROFILES:%=deps-%): $(REBAR) get-dashboard
|
||||||
@rm -f rebar.lock
|
@rm -f rebar.lock
|
||||||
|
|
||||||
.PHONY: xref
|
.PHONY: xref
|
||||||
xref: $(REBAR)
|
xref: $(REBAR) $(REL_PROFILES:%=%-rel)
|
||||||
@$(REBAR) as check xref
|
@$(REBAR) as check xref
|
||||||
@scripts/xref-check.escript
|
@scripts/xref-check.escript
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue