mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +02:00
more makefile stuff
This commit is contained in:
parent
ef376a7919
commit
ff931e53b5
2 changed files with 2 additions and 1 deletions
|
@ -125,6 +125,7 @@ debug: FORCE
|
||||||
make ZT_DEBUG=1 selftest
|
make ZT_DEBUG=1 selftest
|
||||||
|
|
||||||
official: FORCE
|
official: FORCE
|
||||||
|
make ZT_OFFICIAL_RELEASE=1 clean
|
||||||
make -j 4 ZT_OFFICIAL_RELEASE=1 one
|
make -j 4 ZT_OFFICIAL_RELEASE=1 one
|
||||||
make ZT_OFFICIAL_RELEASE=1 installer
|
make ZT_OFFICIAL_RELEASE=1 installer
|
||||||
|
|
||||||
|
|
|
@ -104,7 +104,7 @@ mac-dist-pkg: FORCE
|
||||||
|
|
||||||
# For internal use only
|
# For internal use only
|
||||||
official: FORCE
|
official: FORCE
|
||||||
make clean
|
make ZT_OFFICIAL_RELEASE=1 clean
|
||||||
make -j 4 ZT_OFFICIAL_RELEASE=1
|
make -j 4 ZT_OFFICIAL_RELEASE=1
|
||||||
make ZT_OFFICIAL_RELEASE=1 mac-dist-pkg
|
make ZT_OFFICIAL_RELEASE=1 mac-dist-pkg
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue