all:

sandwich:
	@if [ `whoami` = 'root' ]; then echo Okay.; else echo What\? Make it yourself.; fi
