8 lines
200 B
Makefile
8 lines
200 B
Makefile
# Makefile for source rpm: neon
|
|
# $Id: Makefile,v 1.1 2006/01/19 17:30:24 jorton Exp $
|
|
NAME := neon
|
|
SPECFILE = $(firstword $(wildcard *.spec))
|
|
UPSTREAM_CHECKS = asc
|
|
|
|
include ../common/Makefile.common
|