Adding Gauche install
This commit is contained in:
parent
4b131f4822
commit
dd932c300c
2
Makefile
2
Makefile
|
|
@ -30,7 +30,7 @@ build: README.html
|
||||||
install:
|
install:
|
||||||
snow-chibi --impls=${SCHEME} install foreign-c-${VERSION}.tgz
|
snow-chibi --impls=${SCHEME} install foreign-c-${VERSION}.tgz
|
||||||
if [ "${SCHEME}" = "gauche" ]; then \
|
if [ "${SCHEME}" = "gauche" ]; then \
|
||||||
cp -r foreign $(shell gauche-config --sitelibdir); \
|
cp -r foreign $(shell gauche-config --sitelibdir)/; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue