mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2026-01-30 04:11:21 -08:00
Linux install and uninstall seem to work.
This commit is contained in:
parent
15375ef6b9
commit
165bc589fd
7 changed files with 28 additions and 15 deletions
|
|
@ -38,6 +38,9 @@ idtool: $(OBJS)
|
|||
file2lz4c: ext/lz4/lz4hc.o FORCE
|
||||
$(CXX) $(CXXFLAGS) -o file2lz4c file2lz4c.cpp node/Utils.cpp node/Salsa20.cpp ext/lz4/lz4hc.o
|
||||
|
||||
installer: one FORCE
|
||||
./buildinstaller.sh
|
||||
|
||||
clean:
|
||||
rm -f $(OBJS) file2lz4c zerotier-* zt1-*-install
|
||||
rm -rf installer-build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue