From 98fcf9c564b2805036a9d5604d91dccca43f0eab Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 12 Feb 2007 21:55:45 +0000 Subject: [PATCH] convenience targets --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 20f5483..c89cf7c 100644 --- a/Makefile +++ b/Makefile @@ -4,3 +4,9 @@ NAME := xorg-x11-server SPECFILE = $(firstword $(wildcard *.spec)) include ../common/Makefile.common + +me a: + @: + +sandwich: + @[ `id -u` -ne 0 ] && echo "What? Make it yourself." || echo Okay.