#
# Makefile to install the debugger , is really nothing more then an interface
# to start the installation
#

cmucl:
	./install-cmucl install

gcl:
	./install-gcl install

deinstall-gcl:
	./install-gcl deinstall

deinstall-cmucl:
	./install-cmucl deinstall
