all:
	echo cat README
clean:
	echo cat README
install:
	echo cat README
installall:
	echo cat README
nuke:
	echo cat README
