mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Merge of netcon with edge and unification of make processes.
This commit is contained in:
parent
ac8918992b
commit
425d311ce8
13 changed files with 36 additions and 148 deletions
|
@ -71,8 +71,8 @@ CXXFLAGS=$(CFLAGS) -fno-rtti
|
|||
|
||||
all: one
|
||||
|
||||
one: $(OBJS) one.o
|
||||
$(CXX) $(CXXFLAGS) -o zerotier-one $(OBJS) one.o $(LIBS)
|
||||
one: $(OBJS) service/OneService.o one.o
|
||||
$(CXX) $(CXXFLAGS) -o zerotier-one $(OBJS) service/OneService.o one.o $(LIBS)
|
||||
$(STRIP) zerotier-one
|
||||
ln -sf zerotier-one zerotier-idtool
|
||||
ln -sf zerotier-one zerotier-cli
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue