summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-09-05 13:00:10 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-09-05 13:00:10 +0200
commit41f6d90ae70aacff0eb6595a919cd33f1096fe55 (patch)
tree78787cf8ae707896bb677d6c0a5174c88012b361 /Makefile
parent6e70e23cfdc24492d227dfdce7e12394875d584d (diff)
Starting Nextcloud Social
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index db96c676..c63a317d 100644
--- a/Makefile
+++ b/Makefile
@@ -38,9 +38,8 @@ lint-fix:
# Cleaning
clean:
- rm -f js/vueexample.js
- rm -f js/vueexample.js.map
+ rm -f js/social.js
+ rm -f js/social.js.map
clean-dev:
rm -rf node_modules
-