7 lines
156 B
Makefile
7 lines
156 B
Makefile
# Makefile for source rpm: redhat-rpm-config
|
|
# $Id$
|
|
NAME := redhat-rpm-config
|
|
SPECFILE = $(firstword $(wildcard *.spec))
|
|
|
|
include ../common/Makefile.common
|