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