Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Telatynski
Olm
Commits
22f85d3f
Commit
22f85d3f
authored
Oct 06, 2020
by
Lukas Lihotzki
Browse files
simplify Makefile (olm_legacy.js)
parent
6611165b
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
22f85d3f
...
...
@@ -210,12 +210,11 @@ $(JS_ASMJS_TARGET): $(JS_OBJECTS) $(JS_PRE) $(JS_POST) $(JS_EXPORTED_FUNCTIONS)
$(EMCCFLAGS_ASMJS)
\
$(
foreach
f,
$(JS_PRE)
,--pre-js
$(f)
)
\
$(
foreach
f,
$(JS_POST)
,--post-js
$(f)
)
\
$(
foreach
f,
$(JS_PREFIX)
,--extern-pre-js
$(f)
)
\
$(
foreach
f,
$(JS_SUFFIX)
,--extern-post-js
$(f)
)
\
-s
"EXPORTED_FUNCTIONS=@
$(JS_EXPORTED_FUNCTIONS)
"
\
-s
"EXTRA_EXPORTED_RUNTIME_METHODS=
$(JS_EXTRA_EXPORTED_RUNTIME_METHODS)
"
\
-o
$@
$(JS_OBJECTS)
mv
$@
javascript/olmtmp.js
cat
$(JS_PREFIX)
javascript/olmtmp.js
$(JS_SUFFIX)
>
$@
rm
javascript/olmtmp.js
build_tests
:
$(TEST_BINARIES)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment