mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
10 lines
241 B
Text
10 lines
241 B
Text
|
## Process this file with automake to produce Makefile.in
|
||
|
AUTOMAKE_OPTIONS= foreign
|
||
|
|
||
|
EXTRA_DIST= build_rpm.in quakeforge.conf.in quakeforge.spec.in rpmrc
|
||
|
|
||
|
rpm: build_rpm quakeforge.conf quakeforge.spec rpmrc
|
||
|
./build_rpm
|
||
|
|
||
|
CLEANFILES = *.rpm
|