
all:		readkey
readkey:
		@echo "Installing latest ReadKey module from CPAN..."
		@echo "You will need to be connected to the internet for this"
		@echo "If you have not used CPAN before, type 'no' to let the CPAN module autoconfigure."
		perl -MCPAN -e "install 'Term::ReadKey'"
install:
		cp SpyTalk /usr/local/bin/
		mkdir -p /usr/man/man1/
		pod2man SpyTalk /usr/man/man1/SpyTalk.1
