aboutsummaryrefslogtreecommitdiff
path: root/src/Justfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Justfile')
-rw-r--r--src/Justfile1
1 files changed, 0 insertions, 1 deletions
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: