7 lines
154 B
7 lines
154 B
21 years ago
|
# Makefile for source rpm: gnome-icon-theme
|
||
|
# $Id$
|
||
|
NAME := gnome-icon-theme
|
||
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||
|
|
||
|
include ../common/Makefile.common
|