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