Tweaking audio and web yield logic.

This commit is contained in:
Brad Nelson
2022-11-17 22:55:21 -08:00
parent 279b391a28
commit dd607401e4
3 changed files with 36 additions and 27 deletions

View File

@ -281,6 +281,7 @@ WEB_BOOT = $(COMMON_PHASE1e) \
web/platform.fs \
common/ansi.fs \
$(COMMON_PHASE2) \
common/tasks.fs \
web/fini.fs
$(GEN)/web_boot.js: tools/source_to_string.js $(WEB_BOOT) | $(GEN)
$< -web boot $(VERSION) $(REVISION) $(WEB_BOOT) >$@