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