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/version.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/version.txt')
| -rw-r--r-- | docs/version.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/version.txt b/docs/version.txt index 5e6f1ea..1a4849f 100644 --- a/docs/version.txt +++ b/docs/version.txt @@ -1 +1 @@ -Fype Superalpha Build 9666 +Fype Superalpha Build 9669 |
