aboutsummaryrefslogtreecommitdiffstats
path: root/mutator.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mutator.sh')
-rwxr-xr-xmutator.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/mutator.sh b/mutator.sh
index 6826ff2..2397196 100755
--- a/mutator.sh
+++ b/mutator.sh
@@ -69,6 +69,7 @@ if [[ "$COMMAND" == "clean" ]]; then
rm ./test/medium.c
rm ./test/mutant_format.c
rm ./test/mutant-lvl1.c
+ rm ./extra-tools/dump
elif [[ "$COMMAND" == "format" ]]; then
echo 'using clang-format to format the mutant...'
"/home/bloodstalker/llvm-clang/build/bin/clang-format" $OUTPUT > $OUTPUT_FORMAT