From 89d8a944665002eb74e003471733cc2eefdec203 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Mon, 21 Jul 2025 06:24:17 +0300 Subject: [PATCH] Adding Gauche install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40099a9..3f478d7 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ build: README.html install: snow-chibi --impls=${SCHEME} install foreign-c-${VERSION}.tgz if [ "${SCHEME}" = "gauche" ]; then \ - cp -r foreign /usr/local/share/gauche/ \ + cp -r foreign /usr/local/share/gauche/; \ fi uninstall: