aboutsummaryrefslogtreecommitdiffstats
path: root/settings/Makefile
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-04 09:26:42 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-04 09:26:42 +0200
commit153faad307202fa09ff8bb04ad6b54afc55a9466 (patch)
tree7449c8df6ce701eb21910d2d913c7cce93ae3245 /settings/Makefile
parente638e6e99adc3a837d5ca5901a47af1c2751eee6 (diff)
downloadnextcloud-server-153faad307202fa09ff8bb04ad6b54afc55a9466.tar.gz
nextcloud-server-153faad307202fa09ff8bb04ad6b54afc55a9466.zip
Bump build and fix makefile
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/Makefile')
-rw-r--r--settings/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/Makefile b/settings/Makefile
index 1d0fc9bc72f..5cafb4d2b5b 100644
--- a/settings/Makefile
+++ b/settings/Makefile
@@ -18,8 +18,8 @@ watch-js:
npm run watch
clean:
- rm -f js/settings-vue.js
- rm -f js/settings-vue.js.map
+ rm -f js/*settings-vue.js
+ rm -f js/*settings-vue.js.map
clean-dev:
rm -rf node_modules