Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
jiffy
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
62
Wiki
Attività
Sfoglia il codice sorgente
Normalize whitespace in Makefile
pull/30/head
Paul J. Davis
12 anni fa
committed by
Dave Cottlehuber
parent
1f0888234d
commit
1365bde29c
1 ha cambiato i file
con
4 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+4
-0
Makefile
+ 4
- 0
Makefile
Vedi File
@ -1,16 +1,20 @@
REBAR
?=
./rebar
all
:
build
clean
:
$(
REBAR
)
clean
rm -rf logs
rm -rf .eunit
rm -f test/*.beam
distclean
:
clean
git clean -fxd
depends
:
@if
test
! -d ./deps
;
then
\
$(
REBAR
)
get-deps
;
\
Scrivi
Anteprima
Caricamento…
Annulla
Salva