From 8b9a37ce50fbc879a60149500356f8578b334c31 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 27 Mar 2016 20:43:14 +0200 Subject: speed up travis build --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3