Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2016-12-12 15:47:46 +0300
committerRobin Appelman <robin@icewind.nl>2016-12-12 15:47:46 +0300
commite14db87a7f2c149a107c19993fb1275b948b4acd (patch)
tree02a5d16fb388703a3b039e05c538fc49ee394c33
parentb1241a38d448e213555270d3fdbdf492580a7017 (diff)
update makefile
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7bb2877..5d1d9fc 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,6 @@ build/appstore/$(package_name).tar.gz: build/main.js $(othersources)
--exclude=$(project_dir)/.scrutinizer.yml \
--exclude=$(project_dir)/CONTRIBUTING.md \
--exclude=$(project_dir)/package.json \
- --exclude=$(project_dir)/js \
--exclude=$(project_dir)/screenshots \
--exclude=$(project_dir)/Makefile \
-cvzf $(appstore_dir)/$(package_name).tar.gz $(project_dir)