Make it possible to defer start, boost web memory.
This commit is contained in:
5
Makefile
5
Makefile
@ -346,7 +346,7 @@ $(RES)/ueforth_res64.res: windows/ueforth.rc $(RES)/eforth.ico
|
||||
# ---- WEB ----
|
||||
|
||||
web: web_target web_tests
|
||||
web_target: $(WEB)/terminal.html $(WEB)/ueforth.js
|
||||
web_target: $(WEB)/terminal.html $(WEB)/lazy_terminal.html $(WEB)/ueforth.js
|
||||
|
||||
$(WEB):
|
||||
mkdir -p $(WEB)
|
||||
@ -354,6 +354,9 @@ $(WEB):
|
||||
$(WEB)/terminal.html: web/terminal.html | $(WEB)
|
||||
cp $< $@
|
||||
|
||||
$(WEB)/lazy_terminal.html: web/lazy_terminal.html | $(WEB)
|
||||
cp $< $@
|
||||
|
||||
$(WEB)/ueforth.js: \
|
||||
web/fuse_web.js \
|
||||
web/web.template.js \
|
||||
|
||||
Reference in New Issue
Block a user