From ca101abf7332b96fa6b5da3622eef3a7a0d18986 Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Mon, 26 Feb 2024 10:25:36 +0000 Subject: fix typo in justfile --- src/Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Justfile b/src/Justfile index 7143446..f09651f 100644 --- a/src/Justfile +++ b/src/Justfile @@ -9,8 +9,8 @@ export RUST_LOG := "debug" run-all-tests: which candelabra-cli 2>/dev/null || cargo build - rm -fr {{target_dir / "candelabra"}} - rm -fr {{tests_dir / "target/criterion" + rm -fr {{target_dir}}/candelabra + rm -fr {{tests_dir}}/target/criterion echo "Candelabra Path: {{candelabra}}" @IMPLS=`{{candelabra}} list-library 2>&1 | cut -d ']' -f 2 | grep ::`; for impl in $IMPLS; do just cost-model $impl; done -- cgit v1.2.3