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 helper makefile; update bootstrap to always build w/ debug_info
Dave Smith
há 15 anos
ascendente
b2cfdcb34a
cometimento
564b99334d
2 ficheiros alterados
com
3 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+2
-0
Makefile
+1
-0
bootstrap
+ 2
- 0
Makefile
Ver ficheiro
@ -0,0 +1,2 @@
all
:
./bootstrap
+ 1
- 0
bootstrap
Ver ficheiro
@ -17,6 +17,7 @@ main(Args) ->
%% Compile all src/*.erl to ebin
case make:files(filelib:wildcard("src/*.erl"), [{outdir, "ebin"}, {i, "include"},
debug_info,
{d, 'BUILD_TIME', Built}]) of
up_to_date ->
ok;
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar