rebar compile now does the right escript step

This commit is contained in:
Marc Nijdam 2019-12-15 08:11:20 -04:00
parent bb59408785
commit 4a191fe791
No known key found for this signature in database
GPG Key ID: 1C84AFC593B1B79D

View File

@ -3,7 +3,7 @@
REBAR=./rebar3
compile:
$(REBAR) escriptize
$(REBAR) compile
typecheck:
$(REBAR) do dialyzer,xref