Skip to content

Commit

Permalink
KAZOO-4574: fix per-app xref
Browse files Browse the repository at this point in the history
  • Loading branch information
fenollp committed Feb 24, 2016
1 parent 7bf4064 commit f9122fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/kz.mk
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ dialyze: $(PLT) compile

xref: TO_XREF = ebin/ #FIXME: set TO_XREF to an app's dependencies' ebin/ directories
xref: compile
@$(ROOT)/scripts/check-xref.escript $(TO_XREF)
@ERL_LIBS=$(ELIBS):$(ROOT)/applications $(ROOT)/scripts/check-xref.escript $(TO_XREF)

0 comments on commit f9122fb

Please sign in to comment.