From 471213a23270db90792d904f3e0e708ef11faa9a Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Fri, 25 Nov 2016 03:48:39 +0330 Subject: cleans the ast dump aswell --- mutator.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3