more makefile stuff

This commit is contained in:
Adam Ierymenko 2016-03-03 14:31:43 -08:00
parent ef376a7919
commit ff931e53b5
2 changed files with 2 additions and 1 deletions

View File

@ -125,6 +125,7 @@ debug: FORCE
make ZT_DEBUG=1 selftest
official: FORCE
make ZT_OFFICIAL_RELEASE=1 clean
make -j 4 ZT_OFFICIAL_RELEASE=1 one
make ZT_OFFICIAL_RELEASE=1 installer

View File

@ -104,7 +104,7 @@ mac-dist-pkg: FORCE
# For internal use only
official: FORCE
make clean
make ZT_OFFICIAL_RELEASE=1 clean
make -j 4 ZT_OFFICIAL_RELEASE=1
make ZT_OFFICIAL_RELEASE=1 mac-dist-pkg