diff options
author | bloodstalker <thabogre@gmail.com> | 2017-06-25 21:19:55 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-06-25 21:19:55 +0000 |
commit | a7422dfa4bdd4d6f2445e1666bb6705be20f6464 (patch) | |
tree | 7caac7d114662d75434f67de168b55f23c38bad0 /bruiser | |
parent | silenced a compiler warning (diff) | |
download | mutator-a7422dfa4bdd4d6f2445e1666bb6705be20f6464.tar.gz mutator-a7422dfa4bdd4d6f2445e1666bb6705be20f6464.zip |
updated
Diffstat (limited to 'bruiser')
-rw-r--r-- | bruiser/lua-scripts/mutation-example.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bruiser/lua-scripts/mutation-example.lua b/bruiser/lua-scripts/mutation-example.lua index b863b71..837fb1d 100644 --- a/bruiser/lua-scripts/mutation-example.lua +++ b/bruiser/lua-scripts/mutation-example.lua @@ -1,4 +1,5 @@ setmakepath("../test/bruisertest") +setbinpath("../test/bruisertest") make("clean") text = hijackmain() file = io.open("../test/bruisertest/mutatant.cpp", "w") |