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
Add helper makefile; update bootstrap to always build w/ debug_info
Dave Smith
15 anni fa
parent
b2cfdcb34a
commit
564b99334d
2 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-0
Makefile
+1
-0
bootstrap
+ 2
- 0
Makefile
Vedi File
@ -0,0 +1,2 @@
all
:
./bootstrap
+ 1
- 0
bootstrap
Vedi File
@ -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;
Scrivi
Anteprima
Caricamento…
Annulla
Salva