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