mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 04:57:53 +00:00
Make rules for internal use.
This commit is contained in:
parent
afec5b0f2e
commit
ddb77b1454
@ -6,6 +6,9 @@ INCLUDES=
|
||||
DEFS=
|
||||
LIBS=
|
||||
|
||||
ifeq ($(ZT_OFFICIAL_RELEASE),1)
|
||||
ZT_AUTO_UPDATE=1
|
||||
endif
|
||||
ifeq ($(ZT_AUTO_UPDATE),1)
|
||||
DEFS+=-DZT_AUTO_UPDATE
|
||||
endif
|
||||
@ -51,4 +54,8 @@ installer: one FORCE
|
||||
clean:
|
||||
rm -rf $(OBJS) zerotier-* build-* ZeroTierOneInstaller-*
|
||||
|
||||
official: FORCE
|
||||
make -j 4 ZT_OFFICIAL_RELEASE=1
|
||||
./buildinstaller.sh
|
||||
|
||||
FORCE:
|
||||
|
@ -65,4 +65,9 @@ install-mac-tap: FORCE
|
||||
clean:
|
||||
rm -rf *.dSYM build-* $(OBJS) zerotier-* ZeroTierOneInstaller-*
|
||||
|
||||
official: FORCE
|
||||
make -j 4 ZT_OFFICIAL_RELEASE=1
|
||||
make mac-ui ZT_OFFICIAL_RELEASE=1
|
||||
./buildinstaller.sh
|
||||
|
||||
FORCE:
|
||||
|
Loading…
Reference in New Issue
Block a user