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