diff options
Diffstat (limited to 'make-mac.mk')
-rw-r--r-- | make-mac.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/make-mac.mk b/make-mac.mk index f0f56810..8b1d121b 100644 --- a/make-mac.mk +++ b/make-mac.mk @@ -23,15 +23,12 @@ one: $(OBJS) $(CXX) $(CXXFLAGS) -o zerotier-one main.cpp $(OBJS) $(LIBS) $(STRIP) zerotier-one ln -sf zerotier-one zerotier-cli + ln -sf zerotier-one zerotier-idtool selftest: $(OBJS) $(CXX) $(CXXFLAGS) -o zerotier-selftest selftest.cpp $(OBJS) $(LIBS) $(STRIP) zerotier-selftest -idtool: $(OBJS) - $(CXX) $(CXXFLAGS) -o zerotier-idtool idtool.cpp $(OBJS) $(LIBS) - $(STRIP) zerotier-idtool - install-mac-tap: FORCE mkdir -p /Library/Application\ Support/ZeroTier/One rm -rf /Library/Application\ Support/ZeroTier/One/tap.kext |