summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-02-07 16:06:32 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-02-07 16:06:32 -0100
commit5d99b4966ae04cb67623cd29534200c0862dc10c (patch)
tree6a50770edce8b7a2aa939394a55ca21f9187d477 /Makefile
parent34cdf769180965e3eecf2da236ff37013d501630 (diff)
removing js/
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a8c93453..3c9f7354 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