Adding Gauche install

This commit is contained in:
retropikzel 2025-07-21 06:29:04 +03:00
parent 1bac8dbf7a
commit c56622388c
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ build: README.html
--foreign-depends=ffi \ --foreign-depends=ffi \
--description="Portable foreign function interface for R7RS Schemes" \ --description="Portable foreign function interface for R7RS Schemes" \
foreign/c.sld foreign/c.sld
make ${SCHEME}
install: install:
if [ "${SCHEME}" = "gauche" ]; then \ if [ "${SCHEME}" = "gauche" ]; then \