From ebe5b61f3de88f06d80f8a47faca796afba4035f Mon Sep 17 00:00:00 2001 From: James Laska Date: Dec 07 2009 23:57:03 +0000 Subject: Add 'rpms' target --- diff --git a/Makefile b/Makefile index 8e31daa..83958c1 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,8 @@ lib/python/build: tarball: autoqa-$(VERSION).tar.gz +rpms: rpm + rpm: tarball rpmbuild -ta autoqa-$(VERSION).tar.gz