aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2015-03-04 11:25:21 -0600
committerJoel Martin <github@martintribe.org>2015-03-04 11:25:21 -0600
commit434516e0d172904e06b05f6dee83ce2e7859b950 (patch)
tree78f385c26fe410d77405ac2fd979d2f794701ee9 /Makefile
parent6cee207674783a1707c3e3c4dcec575112ba1c81 (diff)
downloadmal-434516e0d172904e06b05f6dee83ce2e7859b950.tar.gz
mal-434516e0d172904e06b05f6dee83ce2e7859b950.zip
Rust: build with --release. 10X performance boost!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eae6ee6..5409c0e 100644
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@ python_STEP_TO_PROG = python/$($(1)).py
r_STEP_TO_PROG = r/$($(1)).r
racket_STEP_TO_PROG = racket/$($(1)).rkt
ruby_STEP_TO_PROG = ruby/$($(1)).rb
-rust_STEP_TO_PROG = rust/target/$($(1))
+rust_STEP_TO_PROG = rust/target/release/$($(1))
scala_STEP_TO_PROG = scala/$($(1)).scala
vb_STEP_TO_PROG = vb/$($(1)).exe
nim_STEP_TO_PROG = nim/$($(1))