# This is a pretty stupid makefile ... please email me if you # have a better idea. .PHONY: default default: chicken-install -n .PHONY: install install: chicken-install .PHONY: clean clean: rm -f *.so *.o *.link *.build.sh *.import.scm *.install.sh