Selaa lähdekoodia

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

Dave Smith 15 vuotta sitten
vanhempi
commit
564b99334d
2 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. +2
    -0
      Makefile
  2. +1
    -0
      bootstrap

+ 2
- 0
Makefile Näytä tiedosto

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

+ 1
- 0
bootstrap Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna