Autodelete benches/testdata.bin

This commit is contained in:
Tony Garnock-Jones 2020-06-17 02:42:44 +02:00
parent fefa2af730
commit 89c3171758
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ watch:
bench: benches/testdata.bin
cargo bench --benches
.INTERMEDIATE: benches/testdata.bin
benches/testdata.bin: benches/testdata.bin.gz
gzip -dc $< > $@