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
Merge pull request
#29
from tuncer/makefile
Makefile: fix 'clean' and add 'distclean'
pull/3/head
Dave Smith
há 12 anos
ascendente
f0a2c5e84f
8e12652aa6
cometimento
e47e03bfce
1 ficheiros alterados
com
4 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
+4
-1
Makefile
+ 4
- 1
Makefile
Ver ficheiro
@ -7,7 +7,10 @@ all:
./bootstrap
clean
:
@rm -rf rebar ebin/*.beam inttest/rt.work rt.work .test
@rm -rf rebar ebin/*.beam inttest/rt.work rt.work .eunit
distclean
:
clean
@rm -rf deps
debug
:
@./bootstrap debug
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar