summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9ded601b2..cd608814c 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,12 @@ npm:
clean:
rm -rf ./build
+.PHONY: distclean
+distclean: clean
+ rm -rf vendor
+ rm -rf js/vendor
+ rm -rf js/node_modules
+
.PHONY: dist
dist:
make clean