summaryrefslogtreecommitdiff
path: root/Makefile.linux
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-11-19 15:05:14 -0500
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-11-19 15:05:14 -0500
commitbf02c6661a637428968e7b06ae7dc35c18fd44a4 (patch)
tree087e085eae851fc071eff634f624c8365c70d710 /Makefile.linux
parent0adc91d6cb40e185de972b5fa588ac9607e1ac74 (diff)
downloadinfinitytier-bf02c6661a637428968e7b06ae7dc35c18fd44a4.tar.gz
infinitytier-bf02c6661a637428968e7b06ae7dc35c18fd44a4.zip
UI work...
Diffstat (limited to 'Makefile.linux')
-rw-r--r--Makefile.linux1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.linux b/Makefile.linux
index 10036118..a432d912 100644
--- a/Makefile.linux
+++ b/Makefile.linux
@@ -26,6 +26,7 @@ all: one
one: $(OBJS)
$(CXX) $(CXXFLAGS) -o zerotier-one main.cpp $(OBJS) $(LIBS)
$(STRIP) zerotier-one
+ ln -sf zerotier-one zerotier-cli
selftest: $(OBJS)
$(CXX) $(CXXFLAGS) -o zerotier-selftest selftest.cpp $(OBJS) $(LIBS)