Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Inscrição
Iniciar sessão
SisMaker
/
rebar3
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Projects
0
Lançamentos
62
Wiki
Trabalho
Ver a proveniência
Add check target to Makefile
pull/3/head
Tuncer Ayaz
há 13 anos
ascendente
3fa6f6ab7c
cometimento
c2a5d286f0
1 ficheiros alterados
com
9 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+9
-1
Makefile
+ 9
- 1
Makefile
Ver ficheiro
@ -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
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar