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
Merge pull request
#29
from tuncer/makefile
Makefile: fix 'clean' and add 'distclean'
pull/3/head
Dave Smith
12 anos atrás
pai
f0a2c5e84f
8e12652aa6
commit
e47e03bfce
1 arquivos alterados
com
4 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
+4
-1
Makefile
+ 4
- 1
Makefile
Ver arquivo
@ -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é-visualização
Carregando…
Cancelar
Salvar