make: rm iai cachegrind files on clean

This commit is contained in:
Noah Hellman 2023-04-27 21:03:32 +02:00
parent e8f2002c69
commit d0ed14ae39

View file

@ -101,6 +101,7 @@ afl_tmin:
clean:
cargo clean
rm -rf bench/iai/target
git submodule deinit -f --all
find tests -type l -path 'tests/suite/*.test' -print0 | xargs -0 rm -f
(cd tests/suite && make clean)