aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authoruser1 <user1@ubuntu>2017-06-06 00:58:47 +0000
committeruser1 <user1@ubuntu>2017-06-06 00:58:47 +0000
commit84d3355e7b9f9d67e18825c9895b001cd3ee2947 (patch)
tree3c100baa7b5d14b71bf814a1d286b4e633b8fdd6 /makefile
parentchanged "Assignment Target Constrains Address of Array Subscript Expr" (diff)
parentmoved the other commands into lua now, so they are working again (diff)
downloadmutator-84d3355e7b9f9d67e18825c9895b001cd3ee2947.tar.gz
mutator-84d3355e7b9f9d67e18825c9895b001cd3ee2947.zip
Merge branch 'master' of https://github.com/bloodstalker/mutator.git
Diffstat (limited to '')
-rw-r--r--makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/makefile b/makefile
index 1c10d0e..1ca05c0 100644
--- a/makefile
+++ b/makefile
@@ -66,13 +66,18 @@ 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
+ if [[ ! -d "./reliquary/bruiser" ]]; then mkdir ./reliquary/bruiser; fi
+ if [[ ! -d "./reliquary/safercpp" ]]; then mkdir ./reliquary/safercpp; fi
$(shell echo MUTATOR_HOME=$$(pwd) > ./daemon/mutator.config)
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.'