implement xkcd#149

This commit is contained in:
Adam Jackson 2011-10-13 11:52:10 -04:00
parent b0217d003c
commit 08e6eed4b2
1 changed files with 9 additions and 0 deletions

View File

@ -309,3 +309,12 @@ tag-$(branch-upstream) := $(shell \
sed -n 's/^.* *//;s/\.bz2$$//;s/patch-/v/;/^v/h;$${g;p}' sources)
endif
endif
ifeq ($(MAKECMDGOALS),me a sandwich)
.PHONY: me a sandwich
me a:
@:
sandwich:
@[ `id -u` -ne 0 ] && echo "What? Make it yourself." || echo Okay.
endif