summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-07 13:06:39 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-07 13:06:39 +0200
commite52e9332df64319b4e892b32e9cfcd4d243e18ef (patch)
treeb7cb411805c0f307fdba7ce4b2d585167631d27d /Makefile
parent0d56e6e7e449eff5e75acb378a01de1949ac7286 (diff)
added first cucumber steps and definitions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c711f82a9..eae79e2a0 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,6 @@
# release for the app store and running php unittests which require core
build_directory=build/
-app_name=news
package_name=$(build_directory)$(app_name)
all: dist
@@ -30,7 +29,7 @@ clean:
rm -rf $(build_directory)
-dist: clean test
+dist: clean
mkdir -p $(build_directory)
git archive HEAD --format=zip --prefix=$(app_name)/ > $(package_name).zip