Adding import + fix bug in web Find.

This commit is contained in:
Brad Nelson
2022-11-18 20:11:19 -08:00
parent 5437048f33
commit 8ee1eafef6
4 changed files with 96 additions and 10 deletions

View File

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