diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-04-30 08:47:51 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-04-30 08:47:51 -0700 |
| commit | 381bbb0e5e1495909c66c7a81d7e711cca06471f (patch) | |
| tree | 00953cec8e3b3cf89656b4e5dba7d3210cdcb12d /make-linux.mk | |
| parent | 05bfafbce8b00d9a99e6bf858f5c3d1645442952 (diff) | |
| parent | 0ebd19c14a4de8a36267bf4c5f4a534c19445cf5 (diff) | |
| download | infinitytier-381bbb0e5e1495909c66c7a81d7e711cca06471f.tar.gz infinitytier-381bbb0e5e1495909c66c7a81d7e711cca06471f.zip | |
Merge branch 'dev' into edge
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 c8474a44..1590828c 100644 --- a/make-linux.mk +++ b/make-linux.mk @@ -358,6 +358,9 @@ uninstall: FORCE debian: FORCE debuild -I -i -us -uc -nc -b +debian-clean: FORCE + rm -rf debian/files debian/zerotier-one*.debhelper debian/zerotier-one.substvars debian/*.log debian/zerotier-one + redhat: FORCE rpmbuild -ba zerotier-one.spec |
