Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
SisMaker
/
rebar3
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Projects
0
Versões
62
Wiki
Atividade
Ver código fonte
Add check target to Makefile
pull/3/head
Tuncer Ayaz
13 anos atrás
pai
3fa6f6ab7c
commit
c2a5d286f0
1 arquivos alterados
com
9 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+9
-1
Makefile
+ 9
- 1
Makefile
Ver arquivo
@ -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é-visualização
Carregando…
Cancelar
Salvar