make: rm iai cachegrind files on clean
This commit is contained in:
parent
e8f2002c69
commit
d0ed14ae39
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -101,6 +101,7 @@ afl_tmin:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
cargo clean
|
cargo clean
|
||||||
|
rm -rf bench/iai/target
|
||||||
git submodule deinit -f --all
|
git submodule deinit -f --all
|
||||||
find tests -type l -path 'tests/suite/*.test' -print0 | xargs -0 rm -f
|
find tests -type l -path 'tests/suite/*.test' -print0 | xargs -0 rm -f
|
||||||
(cd tests/suite && make clean)
|
(cd tests/suite && make clean)
|
||||||
|
|
Loading…
Reference in a new issue