From 2b8f0f768cbf7c4e085730c8c5a30bb618b17812 Mon Sep 17 00:00:00 2001 From: tydeu Date: Thu, 30 Sep 2021 15:56:46 -0400 Subject: [PATCH] chore: use `lake clean` for `examples/hello` --- examples/hello/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello/clean.sh b/examples/hello/clean.sh index 1582321863..92ed7caed5 100755 --- a/examples/hello/clean.sh +++ b/examples/hello/clean.sh @@ -1 +1 @@ -rm -rf build +${LAKE:-../../build/bin/lake} clean