This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
SisMaker
/
rebar3
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Projects
0
Издања
62
Вики
Activity
Преглед изворни кода
Add helper makefile; update bootstrap to always build w/ debug_info
Dave Smith
пре 15 година
родитељ
b2cfdcb34a
комит
564b99334d
2 измењених фајлова
са
3 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Makefile
+1
-0
bootstrap
+ 2
- 0
Makefile
Прегледај датотеку
@ -0,0 +1,2 @@
all
:
./bootstrap
+ 1
- 0
bootstrap
Прегледај датотеку
@ -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;
Write
Preview
Loading…
Откажи
Сачувај