default:	install.sh
	 /bin/cp install.sh install
clean:
	rm -f *.o *.msg

clobber:	clean
	rm -f install.sh
