all:
	@echo "OK, make done."
	@echo "Now try 'make install'"

install:
	cp -r readline{,.scm} `gauche-config --sitelibdir`
