1
.PHONY: dialyzer_warnings xref_warnings
7
@rm -rf rebar ebin/*.beam inttest/rt.work
12
check: debug xref dialyzer
17
dialyzer: dialyzer_warnings
18
@diff -U0 dialyzer_reference dialyzer_warnings
21
-@dialyzer -q -n ebin -Wunmatched_returns -Werror_handling \
22
-Wrace_conditions > dialyzer_warnings
24
binary: VSN = $(shell ./rebar -V)
26
cp rebar ../rebar.wiki/rebar
27
(cd ../rebar.wiki && git commit -m "Update $(VSN)" rebar)
b'\\ No newline at end of file'