Procházet zdrojové kódy

Fix Makefile to not ignore xref return code

pull/3/head
Tuncer Ayaz před 13 roky
rodič
revize
79a580200d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Zobrazit soubor

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

Načítá se…
Zrušit
Uložit