|
@ -17,6 +17,7 @@ main(Args) -> |
|
|
|
|
|
|
|
|
%% Compile all src/*.erl to ebin |
|
|
%% Compile all src/*.erl to ebin |
|
|
case make:files(filelib:wildcard("src/*.erl"), [{outdir, "ebin"}, {i, "include"}, |
|
|
case make:files(filelib:wildcard("src/*.erl"), [{outdir, "ebin"}, {i, "include"}, |
|
|
|
|
|
debug_info, |
|
|
{d, 'BUILD_TIME', Built}]) of |
|
|
{d, 'BUILD_TIME', Built}]) of |
|
|
up_to_date -> |
|
|
up_to_date -> |
|
|
ok; |
|
|
ok; |
|
|