9 lines
185 B
Makefile
9 lines
185 B
Makefile
# Makefile for source rpm: elinks
|
|
# $Id: Makefile,v 1.1 2004/09/09 04:29:09 cvsdist Exp $
|
|
NAME := elinks
|
|
SPECFILE = $(firstword $(wildcard *.spec))
|
|
|
|
include ../common/Makefile.common
|
|
|
|
|