diff options
-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: |