summaryrefslogtreecommitdiff
path: root/make-mac.mk
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-10 17:07:06 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-04-10 17:07:06 -0700
commit5572b7ffb6377ec22c6914206c385d18bf08341e (patch)
tree8f4f5628c56f381d9f9e4ac563477b31d3d31329 /make-mac.mk
parent7576911951781baf8730ee3e166cb6efc73322bf (diff)
downloadinfinitytier-5572b7ffb6377ec22c6914206c385d18bf08341e.tar.gz
infinitytier-5572b7ffb6377ec22c6914206c385d18bf08341e.zip
Simplify Phy<> to get rid of more indirections.
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 22b6a823..840a47b3 100644
--- a/make-mac.mk
+++ b/make-mac.mk
@@ -77,7 +77,7 @@ mac-ui: FORCE
$(CODESIGN) -vvv "build-ZeroTierUI-release/ZeroTier One.app"
clean:
- rm -rf *.dSYM build-* *.o netconf/*.o control/*.o node/*.o testnet/*.o osdep/*.o ext/http-parser/*.o ext/lz4/*.o zerotier-* ZeroTierOneInstaller-* "ZeroTier One.zip" "ZeroTier One.dmg"
+ rm -rf *.dSYM build-* *.o netconf/*.o service/*.o node/*.o osdep/*.o ext/http-parser/*.o ext/lz4/*.o zerotier-* ZeroTierOneInstaller-* "ZeroTier One.zip" "ZeroTier One.dmg"
# For our use -- builds official signed binary, packages in installer and download DMG
official: FORCE