From 0ae58dcf264eb4092c02e801e0a23b461f006915 Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Fri, 8 Mar 2024 13:12:04 +0000 Subject: more consistent clearing of stuff --- src/Justfile | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Justfile') diff --git a/src/Justfile b/src/Justfile index 9ffb539..0d20a5e 100644 --- a/src/Justfile +++ b/src/Justfile @@ -12,7 +12,6 @@ cost-models: rebuild @IMPLS=`{{candelabra}} list-library 2>&1 | cut -d ']' -f 2 | grep ::`; for impl in $IMPLS; do just cost-model $impl; done selections *SELECTFLAGS: rebuild - rm -fr {{tests_dir}}/target/criterion @cd tests/ && for i in $(ls -d */); do [ "${i%%/}" == "target" ] || just select ${i%%/} {{SELECTFLAGS}}; done rebuild: -- cgit v1.2.3