aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-02-12 00:28:43 +0000
committerbloodstalker <thabogre@gmail.com>2017-02-12 00:28:43 +0000
commitc3ce538276238c35a85989aed5b7658cc131cdc7 (patch)
treeada4097d136a4c85442f7620b9a86d5ca482b257 /makefile
parentthe pre commit test script (diff)
downloadmutator-c3ce538276238c35a85989aed5b7658cc131cdc7.tar.gz
mutator-c3ce538276238c35a85989aed5b7658cc131cdc7.zip
now make install makes the test script executable as well
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 0aaa3da..cd7de9f 100644
--- a/makefile
+++ b/makefile
@@ -111,6 +111,7 @@ clean:
install:
chmod +x ./mutator.sh
chmod +x ./extra-tools/ReportPrintPretty.sh
+ chmod +x ./extra-tools/precommitTests.sh
if [[ ! -d "./temp" ]]; then mkdir temp; fi
help: