Making tests work
This commit is contained in:
parent
eff27fc1be
commit
cb3f5e5d2a
2
Makefile
2
Makefile
|
|
@ -110,7 +110,7 @@ ${TMPDIR}:
|
||||||
mkdir -p ${TMPDIR}
|
mkdir -p ${TMPDIR}
|
||||||
|
|
||||||
README.html: README.md
|
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: foreign/c/primitives/chibi/foreign-c.stub
|
||||||
chibi-ffi foreign/c/primitives/chibi/foreign-c.stub
|
chibi-ffi foreign/c/primitives/chibi/foreign-c.stub
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
# foreign-c
|
# foreign-c
|
||||||
|
|
||||||
foreign-c is a C foreign function interface (FFI) library for R7RS Schemes. It
|
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
|
is portable in the sense that it supports multiple implementations.
|
||||||
to being portable by conforming to some specification.
|
|
||||||
|
|
||||||
[Issue tracker](https://sr.ht/~retropikzel/foreign-c/trackers)
|
[Issue tracker](https://sr.ht/~retropikzel/foreign-c/trackers)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue