Make rebar use make #132

Merged
zxq9 merged 4 commits from make_rebar_use_make into fortuna 2019-03-04 21:28:16 +09:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 1761796663 - Show all commits

View File

@ -4,6 +4,8 @@ REBAR ?= rebar3
all: local
sources: $(GENERATED_SRC)
local: $(GENERATED_SRC)
@$(REBAR) as local release

View File

@ -12,6 +12,11 @@
{escript_main_app, aebytecode}.
{escript_name, aefateasm}.
{escript_emu_args, "%%!"}.
{pre_hooks,
[{"(linux|darwin|solaris)", compile, "make sources"},
{"(freebsd)", compile, "gmake sources"}]}.
{provider_hooks, [{post, [{compile, escriptize}]}]}.