From cb3f5e5d2ac12428fc96baac3a4267acc5347892 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sun, 20 Jul 2025 08:16:01 +0300 Subject: [PATCH] Making tests work --- Makefile | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e4c8d24..0e882d1 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ ${TMPDIR}: mkdir -p ${TMPDIR} README.html: README.md - pandoc -f README.md > README.html + pandoc --metadata title="Foreign C" --standalone README.md > README.html chibi: foreign/c/primitives/chibi/foreign-c.stub chibi-ffi foreign/c/primitives/chibi/foreign-c.stub diff --git a/README.md b/README.md index 9c9b04f..9a62bed 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # foreign-c foreign-c is a C foreign function interface (FFI) library for R7RS Schemes. It -is portable in the sense that it supports multiple implementations, as opposed -to being portable by conforming to some specification. +is portable in the sense that it supports multiple implementations. [Issue tracker](https://sr.ht/~retropikzel/foreign-c/trackers)