Add helper makefile; update bootstrap to always build w/ debug_info

This commit is contained in:
Dave Smith 2010-04-09 09:24:45 -06:00
parent b2cfdcb34a
commit 564b99334d
2 changed files with 3 additions and 0 deletions

2
Makefile Normal file
View file

@ -0,0 +1,2 @@
all:
./bootstrap

View file

@ -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;