guile-srfi-123

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

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

Add tests target to Makefile.

Diffstat:
MMakefile | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,3 +1,9 @@ +.PHONY: tests +tests: SRFI-123.log + +SRFI-123.log: + guile -L . run-tests.scm + srfi-123.html: srfi-123.md pandoc \ --from=markdown_github-hard_line_breaks+pandoc_title_block \