Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
rebar3
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
62
Wiki
Attività
Sfoglia il codice sorgente
Add check target to Makefile
pull/3/head
Tuncer Ayaz
13 anni fa
parent
3fa6f6ab7c
commit
c2a5d286f0
1 ha cambiato i file
con
9 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+9
-1
Makefile
+ 9
- 1
Makefile
Vedi File
@ -2,4 +2,12 @@ all:
./bootstrap
clean
:
@rm -rf rebar ebin/*.beam inttest/rt.work
@rm -rf rebar ebin/*.beam inttest/rt.work
debug
:
./bootstrap debug
check
:
debug
-@./rebar xref
-@dialyzer ebin --verbose -Wunmatched_returns -Werror_handling
\
-Wrace_conditions -Wunderspecs
Scrivi
Anteprima
Caricamento…
Annulla
Salva