Browse Source

ft: 使用enc编译

master
SisMaker 1 year ago
parent
commit
45376e7d95
3 changed files with 4 additions and 0 deletions
  1. BIN
      enc
  2. +3
    -0
      rebar.config
  3. +1
    -0
      src/jiffy.app.src

BIN
enc View File


+ 3
- 0
rebar.config View File

@ -39,3 +39,6 @@
{eunit_opts, [ {eunit_opts, [
verbose verbose
]}. ]}.
%{pre_hooks, [{"", compile, "escript enc compile"}]}.
%{post_hooks, [{"", clean, "escript enc clean"}]}.

+ 1
- 0
src/jiffy.app.src View File

@ -11,6 +11,7 @@
"Makefile", "Makefile",
"README.md", "README.md",
"c_src", "c_src",
"enc",
"plugins", "plugins",
"rebar.config", "rebar.config",
"rebar.config.script", "rebar.config.script",

Loading…
Cancel
Save