Преглед изворни кода

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;

Loading…
Откажи
Сачувај