aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
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