summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2019-08-15 19:55:24 +0200
committerHelge Deller <deller@gmx.de>2019-08-15 19:55:24 +0200
commit190049d5cea949f79fd50beacc5cf3cee98b573d (patch)
tree18c72c99f99b4de7cc1896d3d998bc2d94f80c88
parent4a2100277155525b1fa10faa427aaf1e25dd1adb (diff)
downloadpalo-190049d5cea949f79fd50beacc5cf3cee98b573d.tar.gz
Makefile: Allow make rpm to build rpm package
Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a372617..7c75aaa 100644
--- a/Makefile
+++ b/Makefile
@@ -145,6 +145,6 @@ palo.tgz:
tar cvfz palo.tgz *
# Build RPM source and binary package
-palo.rpm:
+palo.rpm rpm:
rm -f palo.tgz && $(MAKE) palo.tgz && rpmbuild -ta palo.tgz