summaryrefslogtreecommitdiffstats
path: root/tools/make-clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/make-clean.sh')
-rwxr-xr-xtools/make-clean.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/make-clean.sh b/tools/make-clean.sh
new file mode 100755
index 0000000..6935eef
--- /dev/null
+++ b/tools/make-clean.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+#
+# This script assumes a linux environment
+
+set -e
+
+echo "*** uBlock: Cleaning."
+rm -Rf dist/build
+echo "*** uBlock: Cleaned."