mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-29 21:44:23 +00:00
more makefile stuff
This commit is contained in:
parent
ef376a7919
commit
ff931e53b5
@ -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…
x
Reference in New Issue
Block a user