From 08e6eed4b2d941f6db23edbf3573c392018d7729 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 13 Oct 2011 11:52:10 -0400 Subject: implement xkcd#149 --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3e9e3a8fa..77136a758 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit