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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-06-19 14:53:28 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-06-19 14:53:28 +0300
commitfc28044304af708b6ddf7a774d4f12b1cb92a8b2 (patch)
treee355787555c0289f8b837a44473c97cffce5c685 /Makefile
parent94e4ce38cfa3ebde56f5a42b2cfd895cf66d1149 (diff)
Add make clean
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 16 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7e6b37af669..4f777066cc1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: dev-setup build-js-production
+all: clean dev-setup build-js-production
dev-setup: clean-dev npm-init
@@ -20,3 +20,18 @@ watch-js:
clean-dev:
rm -rf node_modules
+clean:
+ rm -rf apps/accessibility/js/
+ rm -rf apps/comments/js/
+ rm -rf apps/files_sharing/js/dist/
+ rm -rf apps/files_trashbin/js/
+ rm -rf apps/files_versions/js/
+ rm -rf apps/oauth2/js/
+ rm -rf apps/systemtags/js/systemtags.js
+ rm -rf apps/systemtags/js/systemtags.map
+ rm -rf apps/twofactor_backupcodes/js
+ rm -rf apps/updatenotification/js/updatenotification.js
+ rm -rf apps/updatenotification/js/updatenotification.map
+ rm -rf apps/workflowengine/js/
+ rm -rf core/js/dist
+ rm -rf settings/js/vue-*