Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
rebar3
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
62
Wiki
Attività
Sfoglia il codice sorgente
Merge pull request
#29
from tuncer/makefile
Makefile: fix 'clean' and add 'distclean'
pull/3/head
Dave Smith
12 anni fa
parent
f0a2c5e84f
8e12652aa6
commit
e47e03bfce
1 ha cambiato i file
con
4 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+4
-1
Makefile
+ 4
- 1
Makefile
Vedi File
@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva