From a976bd0d2207cd4546244eef7ecaee7bc13576df Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 22 Mar 2018 15:59:22 -0400 Subject: [PATCH] fix cleaning script --- tools/make-clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-clean.sh b/tools/make-clean.sh index 17b70d3..e67a14a 100755 --- a/tools/make-clean.sh +++ b/tools/make-clean.sh @@ -3,5 +3,5 @@ # This script assumes a linux environment echo "*** uMatrix(Chromium): Cleaning." -rm -R ./dist/* +rm -R ./dist/build echo "*** uMatrix(Chromium): Cleaned."