summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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 $@