aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/hs/run.sh
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-03-19 14:08:48 +0000
committerbloodstalker <thabogre@gmail.com>2018-03-19 14:08:48 +0000
commit256aa3de2212dd77d80f4cf86c64f988b448bbc7 (patch)
tree2237b97f18bb6d5830e69bef7959f5726a6e3a4b /bruiser/hs/run.sh
parentadded a lua module for asmrewriter, will soon add docs. you can try the new m... (diff)
downloadmutator-256aa3de2212dd77d80f4cf86c64f988b448bbc7.tar.gz
mutator-256aa3de2212dd77d80f4cf86c64f988b448bbc7.zip
some fixes
Diffstat (limited to '')
-rwxr-xr-xbruiser/hs/run.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bruiser/hs/run.sh b/bruiser/hs/run.sh
new file mode 100755
index 0000000..413b088
--- /dev/null
+++ b/bruiser/hs/run.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+ghc -c -O Safe.hs
+ghc --make -no-hs-main -optc-O bruiserhs.c Safe -o bruiserhs
+
+"./bruiserhs"