mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
9 lines
241 B
Makefile
9 lines
241 B
Makefile
## 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
|