add makefile

This commit is contained in:
Jeremy Katz 2005-02-02 18:54:58 +00:00
commit 0e89f70bb8

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
# Makefile for source rpm: gnome-backgrounds
# $Id: Makefile,v 1.1 2004/09/09 15:13:02 cvsdist Exp $
NAME := gnome-backgrounds
SPECFILE = $(firstword $(wildcard *.spec))
include ../common/Makefile.common