Adding Gauche install
This commit is contained in:
parent
1bac8dbf7a
commit
c56622388c
1
Makefile
1
Makefile
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue