ソースを参照

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

Dave Smith 15年前
コミット
564b99334d
2個のファイルの変更3行の追加0行の削除
  1. +2
    -0
      Makefile
  2. +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;

読み込み中…
キャンセル
保存