summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-03-03 14:31:43 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-03-03 14:31:43 -0800
commitff931e53b58e1fc2601691202ad5e651bda97d3c (patch)
tree2cb6f790d130e20117dabb17ff32f7a872b78b31
parentef376a7919f150ab357737671679c3577e720914 (diff)
downloadinfinitytier-ff931e53b58e1fc2601691202ad5e651bda97d3c.tar.gz
infinitytier-ff931e53b58e1fc2601691202ad5e651bda97d3c.zip
more makefile stuff
-rw-r--r--make-linux.mk1
-rw-r--r--make-mac.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/make-linux.mk b/make-linux.mk
index c505de4c..b20cfdfd 100644
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -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
diff --git a/make-mac.mk b/make-mac.mk
index 20e09c4b..5987aed5 100644
--- a/make-mac.mk
+++ b/make-mac.mk
@@ -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