summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-02 10:11:56 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-02 10:11:56 +0900
commit39cf53d0288895aa46a9c81e2d112759f1d7ac57 (patch)
treec9175c1884d84705a483dc8a511e87fd87393e5a /src/Makefile
parente1f7617ff6c4baee5be4bef18c14cb7f471a0577 (diff)
downloadmruby-39cf53d0288895aa46a9c81e2d112759f1d7ac57.tar.gz
mruby-39cf53d0288895aa46a9c81e2d112759f1d7ac57.zip
rename ritevm.a to mruby.a
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index e173cbbba..1b139389a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -4,7 +4,7 @@
# project-specific macros
# extension of the executable-file is modifiable(.exe .out ...)
BASEDIR = .
-TARGET := ../lib/ritevm
+TARGET := ../lib/mruby
ifeq ($(OS),Windows_NT)
LIB := $(TARGET).lib
else