Added makefile.rkt

This commit is contained in:
2026-08-09 00:32:36 +02:00
parent b563d359f0
commit 0f1c1da672
10 changed files with 181 additions and 19 deletions
+8
View File
@@ -1,3 +1,11 @@
0.1.5
Added raco helper for invoking Racket tools from makefile recipes.
The helper prefers the raco executable from the current Racket installation,
then the directory of the current racket executable, and uses PATH only as a
fallback.
Added documentation and tests for raco command execution.
0.1.4
Replaced files-for-regexp, list-dir-re, list-dir-re-r, and filter-dirs with