diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2010-04-09 09:24:45 -0600 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2010-04-09 09:24:45 -0600 |
commit | 564b99334d36ab0d682f1d54573ac809a1674f40 (patch) | |
tree | e57175f29dd3cf1d751965977699135e35f82f6e /bootstrap | |
parent | b2cfdcb34af8e8dab0661820572ec01aa55bf30e (diff) |
Add helper makefile; update bootstrap to always build w/ debug_info
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |