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 | |
| 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')
| -rw-r--r-- | docs/help.txt | 4 | ||||
| -rw-r--r-- | docs/stats.txt | 10 | ||||
| -rw-r--r-- | docs/version.txt | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/docs/help.txt b/docs/help.txt index 0087733..3921ea2 100644 --- a/docs/help.txt +++ b/docs/help.txt @@ -1,5 +1,5 @@ -Fype Superalpha Build 9666 -(c) Paul C. Buetow (2005 - 2008) +Fype Superalpha Build 9669 +(c) Paul C. Buetow (2005 - 2008) <fype@dev.buetow.org> -e Executes given code string (see synopses) -h Prints this help -s Prints the synopsis 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' 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 |
