about summary refs log tree commit diff
path: root/qemu_taint/clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'qemu_taint/clean.sh')
-rwxr-xr-xqemu_taint/clean.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu_taint/clean.sh b/qemu_taint/clean.sh
index 0046c6c0..10c44cac 100755
--- a/qemu_taint/clean.sh
+++ b/qemu_taint/clean.sh
@@ -1,3 +1,3 @@
 #!/bin/sh
-rm -f afl-qemu-taint
-test -d qemu && rm -f qemu
+rm -f afl-qemu-taint qemu/afl-qemu-taint ../afl-qemu-taint
+test -d qemu && { cd qemu ; ./clean.sh ; }