summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5f1721a0c..e142213c2 100644
--- a/Makefile
+++ b/Makefile
@@ -114,7 +114,6 @@ dist:
.PHONY: source
source:
make build
- make test
rm -rf $(source_build_directory)
mkdir -p $(source_build_directory)
tar cvzf $(source_package_name).tar.gz ../$(app_name) \
@@ -128,7 +127,6 @@ source:
.PHONY: appstore
appstore:
make build
- make test
rm -rf $(appstore_build_directory)
mkdir -p $(appstore_build_directory)
tar cvzf $(appstore_package_name).tar.gz ../$(app_name) \