This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
ft: 使用enc编译
master
SisMaker
1 year ago
parent
9ea1b35b6e
commit
45376e7d95
3 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
enc
+3
-0
rebar.config
+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",
Write
Preview
Loading…
Cancel
Save