diff options
| author | bloodstalker <thabogre@gmail.com> | 2016-11-25 00:18:39 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2016-11-25 00:18:39 +0000 | 
| commit | 471213a23270db90792d904f3e0e708ef11faa9a (patch) | |
| tree | 4bed8ad4a4ff33b12994c6eefb7f1bc5d98fc058 | |
| parent | minor fix (diff) | |
| download | mutator-471213a23270db90792d904f3e0e708ef11faa9a.tar.gz mutator-471213a23270db90792d904f3e0e708ef11faa9a.zip | |
cleans the ast dump aswell
| -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 | 
