summaryrefslogtreecommitdiff
path: root/make-mac.mk
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-02 13:58:34 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-02 13:58:34 -0700
commit5bce3e37eeb65e85f97c9361a8f290e5ff5170cf (patch)
treec9d6edd0e1c1c859e82bcbca72c5ab1fbd65a6bd /make-mac.mk
parent6671d5553b9039f1ae21d101f3a3a51b5982e8c5 (diff)
downloadinfinitytier-5bce3e37eeb65e85f97c9361a8f290e5ff5170cf.tar.gz
infinitytier-5bce3e37eeb65e85f97c9361a8f290e5ff5170cf.zip
clean doc node_modules on clean
Diffstat (limited to 'make-mac.mk')
-rw-r--r--make-mac.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-mac.mk b/make-mac.mk
index 96da7146..8366e8f1 100644
--- a/make-mac.mk
+++ b/make-mac.mk
@@ -109,7 +109,7 @@ official: FORCE
make ZT_OFFICIAL_RELEASE=1 mac-dist-pkg
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
+ 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
# For those building from source -- installs signed binary tap driver in system ZT home
install-mac-tap: FORCE