summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-02-08 21:05:32 -0100
committerGitHub <noreply@github.com>2019-02-08 21:05:32 -0100
commit879f8d3973410d0adbdd9cb5a05697e2be712225 (patch)
tree825a9965ba5639e327b5589bfcbfec6667ede9f3
parent508aea0eb5206d521ab6e2d989d2ef94cf86a330 (diff)
parentec0acec95a37bf4b9bbb800fe88622f5dab5cf32 (diff)
Merge pull request #407 from nextcloud/backport/403/alpha1
[alpha1] removing js/
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 521f02d1..74b75772 100644
--- a/Makefile
+++ b/Makefile
@@ -59,8 +59,8 @@ lint-fix:
# Cleaning
clean:
rm -rf $(build_dir)
- rm -f js/social.js
- rm -f js/social.js.map
+ rm -fr js/
+ mkdir js/
clean-dev:
rm -rf node_modules