Adding Gauche install

This commit is contained in:
retropikzel 2025-07-21 06:20:03 +03:00
parent 7f717fe74f
commit 697a5f2f34
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ build: README.html
install:
snow-chibi --impls=${SCHEME} install foreign-c-${VERSION}.tgz
if [ "${SCHEME}" = "gauche" ]; then \
cp -r foreign /usr/local/share/gauche/
fi
uninstall:
snow-chibi --impls=${SCHEME} remove foreign.c