SHELL=/bin/sh
MAKE=make

what:
		@echo "what do you want to make?"

Clean:
		rm -f foo

