aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-05-31 22:43:23 +0000
committerbloodstalker <thabogre@gmail.com>2017-05-31 22:43:23 +0000
commitb8b487fd37228c97c8c4de0e18c056fd22659c0e (patch)
tree87f4f963633dfd25cc25e08c18fb002a7429000c /makefile
parentoracle (diff)
downloadmutator-b8b487fd37228c97c8c4de0e18c056fd22659c0e.tar.gz
mutator-b8b487fd37228c97c8c4de0e18c056fd22659c0e.zip
make install makes oracle executable, updated a comment
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index d91b38f..1ca05c0 100644
--- a/makefile
+++ b/makefile
@@ -66,6 +66,7 @@ install:
chmod +x ./mutator.sh
chmod +x ./extra-tools/ReportPrintPretty.sh
chmod +x ./extra-tools/precommitTests.sh
+ chmod +x ./extra-tools/oracle.sh
if [[ ! -d "./temp" ]]; then mkdir temp; fi
if [[ ! -d "./reliquary" ]]; then mkdir reliquary; fi
if [[ ! -d "./reliquary/m0" ]]; then mkdir ./reliquary/m0; fi
@@ -76,7 +77,7 @@ install:
help:
@echo '- There is help.'
@echo '- All is the default.'
- @echo '- install makes the scripts executable. Currently this is all it does.'
+ @echo '- install makes the scripts executable. Also creates the reliquary.'
@echo '- Clean.'
@echo '- TAGS will run ctags on the C/C++ source files.'
@echo '- You can use the target names as build targets to just build one executable.'