aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile.in4
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 60d06099f..408290b85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
2*.so 2*.so
3*~ 3*~
4*.swp 4*.swp
5*.rpm
5Makefile 6Makefile
6config.log 7config.log
7config.status 8config.status
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