diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-08 17:45:25 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-08 17:45:25 -0700 |
commit | 8c7433a525dc7f3775dfeb562d642460f9bbbe7a (patch) | |
tree | 04f65527555713997d6851f3ac35807521d4880e | |
parent | 56ef9e0643511940a3457e8aa2d2647d21a20be5 (diff) | |
download | infinitytier-8c7433a525dc7f3775dfeb562d642460f9bbbe7a.tar.gz infinitytier-8c7433a525dc7f3775dfeb562d642460f9bbbe7a.zip |
.
-rw-r--r-- | make-mac.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make-mac.mk b/make-mac.mk index fe4286e0..aaa960e2 100644 --- a/make-mac.mk +++ b/make-mac.mk @@ -111,6 +111,9 @@ official: FORCE clean: rm -rf netcon/*.so *.dSYM build-* *.pkg *.dmg *.o node/*.o controller/*.o service/*.o osdep/*.o ext/http-parser/*.o ext/lz4/*.o ext/json-parser/*.o $(OBJS) zerotier-one zerotier-idtool zerotier-selftest zerotier-cli ZeroTierOneInstaller-* mkworld doc/node_modules +distclean: clean + rm -rf doc/node_modules + # For those building from source -- installs signed binary tap driver in system ZT home install-mac-tap: FORCE mkdir -p /Library/Application\ Support/ZeroTier/One |