diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-19 00:24:33 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-19 00:24:33 +0200 |
| commit | a96e591f64bc1ddf4c0e46cfa49c5dec7e8c7720 (patch) | |
| tree | 1dfdcc8c91299a74b80ef896398fdb2c90c770b6 /docs/stats.txt | |
| parent | aa0b76649161fb180d9d43ab74c2eb58ff4a83b6 (diff) | |
migrate build system from BSD make (pmake) to GNU make
- Replace BSD make != shell assignment with $(shell ...) idiom
- Replace static $(OBJS): rule + sed hack with %.o: %.c pattern rule
- Use $(MAKE) for all recursive make invocations
- Update CLAUDE.md to document GNU make instead of pmake
- Build verified clean on Fedora (GCC 15, all 14 examples pass)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'docs/stats.txt')
| -rw-r--r-- | docs/stats.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/stats.txt b/docs/stats.txt index 44d1b38..81214dc 100644 --- a/docs/stats.txt +++ b/docs/stats.txt @@ -1,4 +1,6 @@ -===> Num of C source files : 46 -===> Num of C source lines : 8225 -===> Num of Fype source examples : 14 -===> Num of Fype source lines : 362 +make[1]: Entering directory '/home/paul/git/fype' +===> Num of C source files : 46 +===> Num of C source lines : 8225 +===> Num of Fype source examples : 14 +===> Num of Fype source lines : 362 +make[1]: Leaving directory '/home/paul/git/fype' |
