Kaynağa Gözat

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

Dave Smith 15 yıl önce
ebeveyn
işleme
564b99334d
2 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. +2
    -0
      Makefile
  2. +1
    -0
      bootstrap

+ 2
- 0
Makefile Dosyayı Görüntüle

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

+ 1
- 0
bootstrap Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet