From 31a4e0289fbb16c85e61dec3c04a3e9be266cae3 Mon Sep 17 00:00:00 2001 From: Nate Straz Date: Wed, 7 Dec 2005 22:26:56 +0000 Subject: Add a srpm target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 4bf184f..7d9427b 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,9 @@ tarball: qarsh-$(VERSION).tar.bz2 rpm: qarsh-$(VERSION).tar.bz2 qarsh.spec rpmbuild -ta $< +srpm: qarsh-$(VERSION).tar.bz2 qarsh.spec + rpmbuild -ts $< + # Redefine the default compile rule to include target specific parts %: %.c $(LINK.c) $(CFLAGS_$@) $^ $(LIBS_$@) $(LOADLIBES) -o $@ -- cgit