aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/make.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/make.bash')
-rw-r--r--src/runtime/make.bash6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/runtime/make.bash b/src/runtime/make.bash
index cfeed307c0..8fa8691d9b 100644
--- a/src/runtime/make.bash
+++ b/src/runtime/make.bash
@@ -4,8 +4,6 @@
set -ex
-for GOOS in linux darwin
-do
- make install
-done
+make clean
+make install