mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Fix Makefile to not ignore xref return code
This commit is contained in:
parent
39858c1bf7
commit
79a580200d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ debug:
|
||||||
check: debug xref dialyzer
|
check: debug xref dialyzer
|
||||||
|
|
||||||
xref:
|
xref:
|
||||||
-@./rebar xref
|
@./rebar xref
|
||||||
|
|
||||||
dialyzer: dialyzer_warnings
|
dialyzer: dialyzer_warnings
|
||||||
@diff -U0 dialyzer_reference dialyzer_warnings
|
@diff -U0 dialyzer_reference dialyzer_warnings
|
||||||
|
|
Loading…
Reference in a new issue