mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
7 lines
185 B
Text
7 lines
185 B
Text
|
EXTRA_DIST += RPM/build_rpm.in RPM/quakeforge.conf.in RPM/quakeforge.spec.in
|
||
|
|
||
|
rpm: RPM/build_rpm RPM/quakeforge.conf RPM/quakeforge.spec
|
||
|
cd RPM && ./build_rpm
|
||
|
|
||
|
CLEANFILES += rpm/*.rpm
|