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