From 6529e7ebcd8681f2d1687d2aa8e44838c25ed279 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Mon, 30 Aug 2021 12:19:06 +0100 Subject: build -> target --- bin/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/test.sh') diff --git a/bin/test.sh b/bin/test.sh index dbf6fa2..d8efb03 100644 --- a/bin/test.sh +++ b/bin/test.sh @@ -2,11 +2,11 @@ set -eu library_dir() { - echo "_build/deps/$1" + echo "target/deps/$1" } project_dir() { - echo "_build/lib/$1" + echo "target/lib/$1" } clone_dep() { -- cgit v1.2.3