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