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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-02-13 12:22:01 +0300
committerJulius Härtl <jus@bitgrid.net>2019-02-14 14:50:48 +0300
commit66291d0296879ccff8d4c60b916b6c23f0cae856 (patch)
tree33bb5f0a378119443636a8a1fdf02aae84e9a899 /Makefile
parentbe495b0c73d1c610d17b815052873885f26a690e (diff)
Small makefile adjustments
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 624cef45..46ce7a49 100644
--- a/Makefile
+++ b/Makefile
@@ -10,10 +10,14 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
occ=$(CURDIR)/../../occ
-appstore:
+clean:
+ rm -fr $(build_dir)
+
+appstore: clean
mkdir -p $(sign_dir)
rsync -a \
--exclude=.git \
+ --exclude=.github \
--exclude=build \
--exclude=.gitignore \
--exclude=.travis.yml \