commit 0e89f70bb8fae55caf1d394b7148ee3687117374 Author: Jeremy Katz Date: Wed Feb 2 18:54:58 2005 +0000 add makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..2920874 --- /dev/null +++ b/Makefile @@ -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