Преглед изворни кода

Fix Makefile to not ignore xref return code

pull/3/head
Tuncer Ayaz пре 13 година
родитељ
комит
79a580200d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Прегледај датотеку

@ -12,7 +12,7 @@ debug:
check: debug xref dialyzer
xref:
-@./rebar xref
@./rebar xref
dialyzer: dialyzer_warnings
@diff -U0 dialyzer_reference dialyzer_warnings

Loading…
Откажи
Сачувај