From c967ad0c85892cfd5d85e5a3ab35721c6322b26c Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 12 Jul 2025 09:13:31 +0300 Subject: [PATCH] Make installing easier --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b26cd63..ba46934 100644 --- a/Makefile +++ b/Makefile @@ -9,11 +9,10 @@ SCHEME=chibi all: build build: - markdown README.md > README.html snow-chibi package \ --version=${VERSION} \ --authors="Retropikzel" \ - --doc=README.html \ + --doc=README.md \ --foreign-depends=ffi \ --description="Portable foreign function interface for R7RS Schemes" \ foreign/c.sld