Make sure rebar builds sources before trying to build.
This commit is contained in:
parent
b632927127
commit
1761796663
2
Makefile
2
Makefile
@ -4,6 +4,8 @@ REBAR ?= rebar3
|
||||
|
||||
all: local
|
||||
|
||||
sources: $(GENERATED_SRC)
|
||||
|
||||
local: $(GENERATED_SRC)
|
||||
@$(REBAR) as local release
|
||||
|
||||
|
@ -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}]}]}.
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user