guile-srfi-123

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit d92ab73b7238bc7a2cecbe6497ac67a7e258f24a
parent 7e3089b96c0902b5b32a4c3090c1ef6689d539db
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sat,  4 Jan 2025 04:50:57 +0200

Add Makefile dependencies for tests.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ .PHONY: tests tests: SRFI-123.log -SRFI-123.log: +SRFI-123.log: run-tests.scm srfi/srfi-123.scm guile -L . run-tests.scm srfi-123.html: srfi-123.md