'make rpms' now makes the rpm files

This commit is contained in:
Jon Griffiths 2016-02-16 04:29:43 +13:00
parent d684d9988b
commit 0e68e84abe
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
*.so
*~
*.swp
*.rpm
Makefile
config.log
config.status

View file

@ -199,6 +199,10 @@ dist:
deb: dist
./mkdeb.sh $(NAME) $(VERSION)
.PHONY: rpms
rpms:
./platform/rpm/mkrpm.sh $(NAME) $(VERSION)
extras: all
$(MAKE) -C extras/firetools