aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-03-06 07:28:36 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-03-06 07:28:36 +0000
commitf64fda3df2748bb8263955349d421f2b202fc48b (patch)
tree46076283a859200be14fd6ea6356596a47df0543 /build.sh
parent84e45b9cfd949e4f78cc7bc8b70cc461f0548dab (diff)
downloadFMark-f64fda3df2748bb8263955349d421f2b202fc48b.tar.gz
FMark-f64fda3df2748bb8263955349d421f2b202fc48b.zip
Adding yarn dep
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index 624be79..2bad40c 100755
--- a/build.sh
+++ b/build.sh
@@ -14,9 +14,9 @@ else
echo "Compiling mono from source"
git clone -b mono-5.13.0.308 https://github.com/mono/mono.git
cd mono
- ./autogen.sh --prefix=$PREFIX
- make
- make install
+ ./autogen.sh --prefix=$PREFIX >/dev/null
+ make >/dev/null
+ make install >/dev/null
mono --version
fi