Commit 39cf53d0 authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

rename ritevm.a to mruby.a

parent e1f7617f
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# project-specific macros # project-specific macros
# extension of the executable-file is modifiable(.exe .out ...) # extension of the executable-file is modifiable(.exe .out ...)
BASEDIR = . BASEDIR = .
TARGET := ../lib/ritevm TARGET := ../lib/mruby
ifeq ($(OS),Windows_NT) ifeq ($(OS),Windows_NT)
LIB := $(TARGET).lib LIB := $(TARGET).lib
else else
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# extension of the executable-file is modifiable(.exe .out ...) # extension of the executable-file is modifiable(.exe .out ...)
BASEDIR := ../../src BASEDIR := ../../src
TARGET := ../../bin/mrbc TARGET := ../../bin/mrbc
LIB := ../../lib/ritevm LIB := ../../lib/mruby
ifeq ($(OS),Windows_NT) ifeq ($(OS),Windows_NT)
EXE := $(TARGET).exe EXE := $(TARGET).exe
LIBR := $(LIB).lib LIBR := $(LIB).lib
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# extension of the executable-file is modifiable(.exe .out ...) # extension of the executable-file is modifiable(.exe .out ...)
BASEDIR = ../../src BASEDIR = ../../src
TARGET := ../../bin/mruby TARGET := ../../bin/mruby
LIB := ../../lib/ritevm LIB := ../../lib/mruby
ifeq ($(OS),Windows_NT) ifeq ($(OS),Windows_NT)
EXE := $(TARGET).exe EXE := $(TARGET).exe
LIBR := $(LIB).lib LIBR := $(LIB).lib
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment