This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
eMake
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ft: 参数选项优化
master
SisMaker
1 week ago
parent
cf7eeb5904
commit
252e18c637
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+1
-1
src/eMake.erl
+ 1
- 1
README.md
View File
@ -27,7 +27,7 @@ eg
-nnohrl
-semakefile Makefile
-iworkcnt Num 编译进程最大数量
-ioncecnt Nu
n
单次批量编编译的文件数
-ioncecnt Nu
m
单次批量编编译的文件数
-sopts String 编译选项字符串
eg:
eMake -nfo
+ 1
- 1
src/eMake.erl
View File
@ -12,7 +12,7 @@
]
)
.
-
define
(
MakeOpts
,
[
noexec
,
load
,
netload
,
noload
]
)
.
-
define
(
EMakefile
,
"
./
boot/
Emakefile
"
)
.
-
define
(
EMakefile
,
"
./Emakefile
"
)
.
-
define
(
OnceCnt
,
1
)
.
main
(
Args
)
-
>
Write
Preview
Loading…
Cancel
Save