From ec0dbcbaaad66092f331fe55eafe9abffc0c7fed Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott <ian@iandouglasscott.com> Date: Mon, 19 Jun 2017 16:29:05 -0700 Subject: [PATCH] Remove xargo-home in clean.sh --- clean.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clean.sh b/clean.sh index f4c2eb619..67d49a1d8 100755 --- a/clean.sh +++ b/clean.sh @@ -14,3 +14,5 @@ for recipe in $recipes do ./cook.sh "$recipe" distclean done + +rm -rf xargo-home -- GitLab