mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-02 23:12:51 +02:00
add otel target to zerotier-one dependency in linux makefile
This commit is contained in:
parent
478cd2840b
commit
0c7afe3d0a
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ from_builder: FORCE
|
||||||
ln -sf zerotier-one zerotier-idtool
|
ln -sf zerotier-one zerotier-idtool
|
||||||
ln -sf zerotier-one zerotier-cli
|
ln -sf zerotier-one zerotier-cli
|
||||||
|
|
||||||
zerotier-one: $(CORE_OBJS) $(ONE_OBJS) one.o
|
zerotier-one: otel $(CORE_OBJS) $(ONE_OBJS) one.o
|
||||||
$(CXX) $(CXXFLAGS) $(LDFLAGS) -o zerotier-one $(CORE_OBJS) $(ONE_OBJS) one.o $(LDLIBS)
|
$(CXX) $(CXXFLAGS) $(LDFLAGS) -o zerotier-one $(CORE_OBJS) $(ONE_OBJS) one.o $(LDLIBS)
|
||||||
|
|
||||||
zerotier-idtool: zerotier-one
|
zerotier-idtool: zerotier-one
|
||||||
|
|
Loading…
Add table
Reference in a new issue