aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar Jon Griffiths <jon_p_griffiths@yahoo.com>2016-02-16 04:29:43 +1300
committerLibravatar Jon Griffiths <jon_p_griffiths@yahoo.com>2016-02-16 04:36:02 +1300
commit0e68e84abe652e46827c6b6e0a91679e794c2524 (patch)
treeeaaefd1400d804fba0ec72953db6466f84b532bf /Makefile.in
parentFix mkrpm.sh (diff)
downloadfirejail-0e68e84abe652e46827c6b6e0a91679e794c2524.tar.gz
firejail-0e68e84abe652e46827c6b6e0a91679e794c2524.tar.zst
firejail-0e68e84abe652e46827c6b6e0a91679e794c2524.zip
'make rpms' now makes the rpm files
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 167dc0cf5..d4cc433d5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -199,6 +199,10 @@ dist:
199deb: dist 199deb: dist
200 ./mkdeb.sh $(NAME) $(VERSION) 200 ./mkdeb.sh $(NAME) $(VERSION)
201 201
202.PHONY: rpms
203rpms:
204 ./platform/rpm/mkrpm.sh $(NAME) $(VERSION)
205
202extras: all 206extras: all
203 $(MAKE) -C extras/firetools 207 $(MAKE) -C extras/firetools
204 208