Improving library layout.

This commit is contained in:
Brad Nelson
2021-01-07 17:33:17 -08:00
parent c8f6776511
commit 41e25178fb
10 changed files with 76 additions and 56 deletions

View File

@ -69,7 +69,10 @@ core_test: $(POSIX)/ueforth common/core_test.fs \
$(GEN):
mkdir -p $@
POSIX_BOOT = common/boot.fs common/terminal.fs posix/posix.fs
POSIX_BOOT = common/boot.fs common/terminal.fs \
posix/posix.fs posix/posix_highlevel.fs \
common/filetools.fs posix/posix_desktop.fs \
common/autoboot.fs
$(GEN)/posix_boot.h: common/source_to_string.js $(POSIX_BOOT) | $(GEN)
echo "ok" | cat $(POSIX_BOOT) - | $< boot >$@