SHELL=/bin/sh
MAKE=make

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

Clean:
		rm -rf *.bak

