diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-08 16:29:30 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-08 16:29:30 -0700 |
commit | 56ef9e0643511940a3457e8aa2d2647d21a20be5 (patch) | |
tree | 5bfb76dafe09deef6ccc33b114ae1cf5558c013e /make-linux.mk | |
parent | e6328dfe8247866ff52a75740a68a33044412bcc (diff) | |
download | infinitytier-56ef9e0643511940a3457e8aa2d2647d21a20be5.tar.gz infinitytier-56ef9e0643511940a3457e8aa2d2647d21a20be5.zip |
Add rpm target.
Diffstat (limited to 'make-linux.mk')
-rw-r--r-- | make-linux.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make-linux.mk b/make-linux.mk index 4d7dc27c..9aeca181 100644 --- a/make-linux.mk +++ b/make-linux.mk @@ -201,4 +201,7 @@ uninstall: FORCE debian: distclean debuild -I -i -us -uc +redhat: distclean + rpmbuild -ba zerotier-one.spec + FORCE: |