mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
osnet -> osdep
This commit is contained in:
parent
8990fb8267
commit
a61acf36d2
7 changed files with 17 additions and 17 deletions
|
@ -7,7 +7,7 @@ DEFS=
|
|||
LIBS=
|
||||
|
||||
include objects.mk
|
||||
OBJS+=osnet/LinuxEthernetTap.o osnet/LinuxEthernetTapFactory.o
|
||||
OBJS+=osdep/LinuxEthernetTap.o osdep/LinuxEthernetTapFactory.o
|
||||
TESTNET_OBJS=testnet/SimNet.o testnet/SimNetSocketManager.o testnet/TestEthernetTap.o testnet/TestEthernetTapFactory.o
|
||||
|
||||
# Enable SSE-optimized Salsa20 on x86 and x86_64 machines
|
||||
|
@ -89,7 +89,7 @@ installer: one FORCE
|
|||
./buildinstaller.sh
|
||||
|
||||
clean:
|
||||
rm -rf *.o netconf/*.o node/*.o osnet/*.o control/*.o testnet/*.o ext/lz4/*.o zerotier-* build-* ZeroTierOneInstaller-* *.deb *.rpm
|
||||
rm -rf *.o netconf/*.o node/*.o osdep/*.o control/*.o testnet/*.o ext/lz4/*.o zerotier-* build-* ZeroTierOneInstaller-* *.deb *.rpm
|
||||
|
||||
debug: FORCE
|
||||
make -j 4 ZT_DEBUG=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue