diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-01-29 16:20:00 +0000 |
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-01-29 16:20:00 +0000 |
| commit | 2c5f128b12b41b60a811f1c65d39c91726384455 (patch) | |
| tree | 24b81c33fce81c69f403234c75d22f5595ae7a14 | |
| parent | updated with the link to mutator's first website (diff) | |
| download | mutator-2c5f128b12b41b60a811f1c65d39c91726384455.tar.gz mutator-2c5f128b12b41b60a811f1c65d39c91726384455.zip | |
now make install creates a temp directory to use with the auto-refac option on mutator.sh
| -rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -109,6 +109,7 @@ clean: install: chmod +x ./mutator.sh chmod +x ./extra-tools/ReportPrintPretty.sh + if [[ ! -d "./temp" ]]; then mkdir temp; fi help: @echo '- There is help.' |
