boot2

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

commit e703fb320513582b3f3f765c81cfa75fa9f4318a
parent e31e5c1bb3b6f5fc1f1f72d266faf61d041012dd
Author: Ryan Sepassi <rsepassi@gmail.com>
Date:   Sun, 26 Apr 2026 15:14:01 -0700

make: add P1pp.P1pp to cloc target

libp1pp has grown enough to be worth counting alongside the other core
sources.

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -83,6 +83,7 @@ endif CLOC_FILES := 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 \ $(foreach a,$(CLOC_ARCHES), \