aboutsummaryrefslogtreecommitdiff
path: root/src/Justfile
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-03-08 13:12:04 +0000
committerAria Shrimpton <me@aria.rip>2024-03-08 13:12:04 +0000
commit0ae58dcf264eb4092c02e801e0a23b461f006915 (patch)
tree8b3df2279c89ef9d67a9c33b281e3aec8b19737c /src/Justfile
parenta222dbc97bbe2abd0940b43d10282ccb997fc127 (diff)
more consistent clearing of stuff
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: