summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-27 20:43:14 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-27 20:43:14 +0200
commit8b9a37ce50fbc879a60149500356f8578b334c31 (patch)
tree4b2c64a1bf785eab608547c1f4c751e7df894a58 /Makefile
parent04c1c8d3bd216a2195668cb06797079802c4fe44 (diff)
speed up travis build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9f39e857..1d6e2c98 100644
--- a/Makefile
+++ b/Makefile
@@ -114,7 +114,6 @@ dist:
# Builds the source package
.PHONY: source
source:
- make build
rm -rf $(source_build_directory)
mkdir -p $(source_build_directory)
tar cvzf $(source_package_name).tar.gz ../$(app_name) \
@@ -128,7 +127,6 @@ source:
# Builds the source package for the app store, ignores php and js tests
.PHONY: appstore
appstore:
- make build
rm -rf $(appstore_build_directory)
mkdir -p $(appstore_build_directory)
tar cvzf $(appstore_package_name).tar.gz \