all:
	@echo "Make what?"

sandwich:
	@if [ `id -u` -gt 0 ]; then echo "What? Make it yourself."; else echo "Okay."; fi
