mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
LinuxEthernetTap refactor.
This commit is contained in:
parent
05031ff938
commit
1f5feb75fb
3 changed files with 30 additions and 91 deletions
|
@ -38,9 +38,8 @@ STRIP=strip --strip-all
|
|||
|
||||
CXXFLAGS=$(CFLAGS) -fno-rtti
|
||||
|
||||
OBJS+=osnet/LinuxRoutingTable.o osnet/LinuxEthernetTap.o osnet/LinuxEthernetTapFactory.o
|
||||
|
||||
include objects.mk
|
||||
OBJS+=osnet/LinuxRoutingTable.o osnet/LinuxEthernetTap.o osnet/LinuxEthernetTapFactory.o
|
||||
|
||||
all: one
|
||||
|
||||
|
@ -58,7 +57,7 @@ installer: one FORCE
|
|||
./buildinstaller.sh
|
||||
|
||||
clean:
|
||||
rm -rf $(OBJS) *.o node/*.o zerotier-* build-* ZeroTierOneInstaller-*
|
||||
rm -rf $(OBJS) zerotier-* build-* ZeroTierOneInstaller-*
|
||||
|
||||
official: FORCE
|
||||
make -j 4 ZT_OFFICIAL_RELEASE=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue