13 lines
242 B
Makefile
13 lines
242 B
Makefile
# Makefile for source rpm: xorg-x11-server
|
|
# $Id$
|
|
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.
|