diff options
Diffstat (limited to 'mutator.sh')
-rwxr-xr-x | mutator.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |