summaryrefslogtreecommitdiff
path: root/make-mac.mk
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-08-19 14:11:02 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-08-19 14:11:02 -0700
commit721625d51248bb7152bce7ed9b5eadab324d43dd (patch)
tree8f74715f25bce191a5bce927bcd109f1852875a5 /make-mac.mk
parent282114e96c6b405636a8e4f7011ced5ddd26357e (diff)
downloadinfinitytier-721625d51248bb7152bce7ed9b5eadab324d43dd.tar.gz
infinitytier-721625d51248bb7152bce7ed9b5eadab324d43dd.zip
Add MAC to listnetworks, and some other make stuff.
Diffstat (limited to 'make-mac.mk')
-rw-r--r--make-mac.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/make-mac.mk b/make-mac.mk
index e16ce2ce..f420ba92 100644
--- a/make-mac.mk
+++ b/make-mac.mk
@@ -35,12 +35,12 @@ endif
CXXFLAGS=$(CFLAGS) -fno-rtti
include objects.mk
-OBJS+=main.o osnet/BSDRoutingTable.o osnet/OSXEthernetTap.o osnet/OSXEthernetTapFactory.o
+OBJS+=osnet/BSDRoutingTable.o osnet/OSXEthernetTap.o osnet/OSXEthernetTapFactory.o
all: one
-one: $(OBJS)
- $(CXX) $(CXXFLAGS) -o zerotier-one $(OBJS) $(LIBS)
+one: $(OBJS) main.o
+ $(CXX) $(CXXFLAGS) -o zerotier-one main.o $(OBJS) $(LIBS)
$(STRIP) zerotier-one
ln -sf zerotier-one zerotier-cli
ln -sf zerotier-one zerotier-idtool