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