From c56622388c7bb6a96d37333a6e4ef5b8c5bec898 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Mon, 21 Jul 2025 06:29:04 +0300 Subject: [PATCH] Adding Gauche install --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 295a801..4dafc50 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ build: README.html --foreign-depends=ffi \ --description="Portable foreign function interface for R7RS Schemes" \ foreign/c.sld + make ${SCHEME} install: if [ "${SCHEME}" = "gauche" ]; then \