diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-16 14:55:36 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-16 14:55:36 -0700 |
commit | 8333bf065e917c0cff8baecc63e8e96dace6cac6 (patch) | |
tree | a68ff16c72d17fccd7f724a95dfcbb5d8bcaed3f /make-mac.mk | |
parent | 53cbe485f07c5b374064f2c6c2ab9b3bdd10ea09 (diff) | |
download | infinitytier-8333bf065e917c0cff8baecc63e8e96dace6cac6.tar.gz infinitytier-8333bf065e917c0cff8baecc63e8e96dace6cac6.zip |
Basic CLI working with JSON output. Now to parse and support old tabular form.
Diffstat (limited to 'make-mac.mk')
-rw-r--r-- | make-mac.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make-mac.mk b/make-mac.mk index 425d9ded..0efaef80 100644 --- a/make-mac.mk +++ b/make-mac.mk @@ -56,6 +56,7 @@ one: $(OBJS) one.o $(CXX) $(CXXFLAGS) -o zerotier-one $(OBJS) one.o $(LIBS) $(STRIP) zerotier-one ln -sf zerotier-one zerotier-idtool + ln -sf zerotier-one zerotier-cli selftest: $(OBJS) selftest.o $(CXX) $(CXXFLAGS) -o zerotier-selftest selftest.o $(OBJS) $(LIBS) |