summaryrefslogtreecommitdiff
path: root/make-mac.mk
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-11-20 13:20:16 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-11-20 13:20:16 -0800
commitee9e6a3c6b697b25445fa93fd6bffc1a91e03e07 (patch)
treec6a26455a17a03da8e2ecf3c2d787c7002a48b60 /make-mac.mk
parent7b6f10e8591c31e6e145545c3578eda05d5b732c (diff)
downloadinfinitytier-ee9e6a3c6b697b25445fa93fd6bffc1a91e03e07.tar.gz
infinitytier-ee9e6a3c6b697b25445fa93fd6bffc1a91e03e07.zip
Change path selection logic to exclude non-fixed and non-active paths -- possible fix for "NAT traversal coma" issue. Also fix a typo.
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 1e66d089..26ca8fe0 100644
--- a/make-mac.mk
+++ b/make-mac.mk
@@ -50,7 +50,7 @@ one: $(OBJS) main.o
ln -sf zerotier-one zerotier-cli
ln -sf zerotier-one zerotier-idtool
-selftest: $(OBJS) sefltest.o
+selftest: $(OBJS) selftest.o
$(CXX) $(CXXFLAGS) -o zerotier-selftest selftest.o $(OBJS) $(LIBS)
$(STRIP) zerotier-selftest