mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
7 lines
130 B
Makefile
7 lines
130 B
Makefile
|
# Makefile for source rpm: mesa
|
||
|
# $Id$
|
||
|
NAME := mesa
|
||
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||
|
|
||
|
include ../common/Makefile.common
|