Browse Source

Add rpm target.

Adam Ierymenko 9 years ago
parent
commit
56ef9e0643
1 changed files with 3 additions and 0 deletions
  1. 3 0
      make-linux.mk

+ 3 - 0
make-linux.mk

@@ -201,4 +201,7 @@ uninstall:	FORCE
 debian:	distclean
 debian:	distclean
 	debuild -I -i -us -uc
 	debuild -I -i -us -uc
 
 
+redhat:	distclean
+	rpmbuild -ba zerotier-one.spec
+
 FORCE:
 FORCE: