Adding Gauche install

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

View File

@ -19,6 +19,7 @@ endif
all: build ${TMPDIR}
build: README.html
make ${SCHEME}
snow-chibi package \
--version=${VERSION} \
--authors="Retropikzel" \
@ -26,7 +27,6 @@ build: README.html
--foreign-depends=ffi \
--description="Portable foreign function interface for R7RS Schemes" \
foreign/c.sld
make ${SCHEME}
install:
if [ "${SCHEME}" = "gauche" ]; then \