summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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