mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
Fixed typo
This commit is contained in:
parent
c488fa8461
commit
de2ba8d0f7
4 changed files with 6 additions and 6 deletions
|
@ -109,8 +109,8 @@ netcon: rpc_lib $(OBJS)
|
|||
|
||||
|
||||
rpc_lib:
|
||||
g++ -c -fPIC -lpthread netcon/rpc.c -DVERBOSE -o netcon/rpc.o
|
||||
ar -rv netcon/librpc.a netcon/rpc.o
|
||||
g++ -c -fPIC -lpthread netcon/RPC.c -DVERBOSE -o netcon/RPC.o
|
||||
ar -rv netcon/librpc.a netcon/RPC.o
|
||||
|
||||
|
||||
selftest: $(OBJS) selftest.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue