mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Add helper makefile; update bootstrap to always build w/ debug_info
This commit is contained in:
parent
b2cfdcb34a
commit
564b99334d
2 changed files with 3 additions and 0 deletions
2
Makefile
Normal file
2
Makefile
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
all:
|
||||||
|
./bootstrap
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue