summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e231c96e..1bb15ca4 100644
--- a/Makefile
+++ b/Makefile
@@ -75,9 +75,7 @@ stylelint-fix:
# Cleaning
clean:
- rm -f js/contacts.js
- rm -f js/contacts.js.map
- rm -Rf js/chunks
+ rm -rf js
clean-dev:
rm -rf node_modules