boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

commit e211db47f0bb08f759b81b96a7cdf3da315eff4f
parent cbb65ee09fdd8116fd5d2b029c8a535a96dd015e
Author: Ryan Sepassi <rsepassi@gmail.com>
Date:   Tue, 28 Apr 2026 12:27:16 -0700

cloc add prelude.scm

Diffstat:
MMakefile | 14++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile @@ -80,15 +80,17 @@ else CLOC_ARCHES := $(ARCH) endif -CLOC_FILES := M1pp/M1pp.P1 \ - $(foreach a,$(CLOC_ARCHES),P1/P1-$(a).M1pp) \ +CLOC_FILES := \ + $(foreach a,$(CLOC_ARCHES), \ + $(foreach f,$(CLOC_SEED_BASES),vendor/seed/$(a)/$(f))) \ + $(foreach a,$(CLOC_ARCHES),P1/P1-$(a).M1) \ + M1pp/M1pp.P1 \ + $(foreach a,$(CLOC_ARCHES),P1/P1-$(a).M1pp) \ P1/P1.M1pp \ P1/P1pp.P1pp \ - $(foreach a,$(CLOC_ARCHES),P1/P1-$(a).M1) \ scheme1/scheme1.P1pp \ - cc/cc.scm \ - $(foreach a,$(CLOC_ARCHES), \ - $(foreach f,$(CLOC_SEED_BASES),vendor/seed/$(a)/$(f))) + scheme1/prelude.scm \ + cc/cc.scm cloc: @total=0; for f in $(CLOC_FILES); do \