summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-24 20:20:12 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-24 20:20:12 +0100
commitbe542d3f5378239741950bf0bc90c4a42d030f14 (patch)
tree717f178730bc8ac74050ba180003922dd162bd9b /settings
parentbc120bc5d7b8026240bda1a518af6533d97c2eb2 (diff)
downloadnextcloud-server-be542d3f5378239741950bf0bc90c4a42d030f14.tar.gz
nextcloud-server-be542d3f5378239741950bf0bc90c4a42d030f14.zip
Makefile to root folder
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'settings')
-rw-r--r--settings/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/settings/Makefile b/settings/Makefile
deleted file mode 100644
index 666e99f1e06..00000000000
--- a/settings/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-all: dev-setup build-js-production
-
-dev-setup: clean clean-dev npm-init
-
-npm-init:
- npm install
-
-npm-update:
- npm update
-
-build-js:
- npm run dev
-
-build-js-production:
- npm run build
-
-watch-js:
- npm run watch
-
-clean:
- rm -f js/vue-*.js
- rm -f js/vue-*.js.map
-
-clean-dev:
- rm -rf node_modules
-