mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -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 @@ LIBS=
|
|||
ARCH_FLAGS=-arch i386 -arch x86_64
|
||||
|
||||
include objects.mk
|
||||
OBJS+=osnet/OSXEthernetTap.o osnet/OSXEthernetTapFactory.o
|
||||
OBJS+=osdep/OSXEthernetTap.o osdep/OSXEthernetTapFactory.o
|
||||
TESTNET_OBJS=testnet/SimNet.o testnet/SimNetSocketManager.o testnet/TestEthernetTap.o testnet/TestEthernetTapFactory.o
|
||||
|
||||
# Disable codesign since open source users will not have ZeroTier's certs
|
||||
|
@ -77,7 +77,7 @@ mac-ui: FORCE
|
|||
$(CODESIGN) -vvv "build-ZeroTierUI-release/ZeroTier One.app"
|
||||
|
||||
clean:
|
||||
rm -rf *.dSYM build-* *.o netconf/*.o control/*.o node/*.o testnet/*.o osnet/*.o ext/http-parser/*.o ext/lz4/*.o zerotier-* ZeroTierOneInstaller-* "ZeroTier One.zip" "ZeroTier One.dmg"
|
||||
rm -rf *.dSYM build-* *.o netconf/*.o control/*.o node/*.o testnet/*.o osdep/*.o ext/http-parser/*.o ext/lz4/*.o zerotier-* ZeroTierOneInstaller-* "ZeroTier One.zip" "ZeroTier One.dmg"
|
||||
|
||||
# For our use -- builds official signed binary, packages in installer and download DMG
|
||||
official: FORCE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue