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

rename ritevm.a to mruby.a

parent e1f7617f
......@@ -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
......
......@@ -5,7 +5,7 @@
# extension of the executable-file is modifiable(.exe .out ...)
BASEDIR := ../../src
TARGET := ../../bin/mrbc
LIB := ../../lib/ritevm
LIB := ../../lib/mruby
ifeq ($(OS),Windows_NT)
EXE := $(TARGET).exe
LIBR := $(LIB).lib
......
......@@ -5,7 +5,7 @@
# extension of the executable-file is modifiable(.exe .out ...)
BASEDIR = ../../src
TARGET := ../../bin/mruby
LIB := ../../lib/ritevm
LIB := ../../lib/mruby
ifeq ($(OS),Windows_NT)
EXE := $(TARGET).exe
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