LinuxEthernetTap refactor.

This commit is contained in:
Adam Ierymenko 2014-08-07 20:40:23 +00:00
commit 1f5feb75fb
3 changed files with 30 additions and 91 deletions

View file

@ -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