Fix merge

This commit is contained in:
Daniel Bovensiepen
2012-11-08 17:36:39 +09:00
parent e1e369470e
commit fcaeec554a
-8
View File
@@ -51,13 +51,6 @@ endif
# mruby compiler and test driver
ifeq ($(OS),Windows_NT)
<<<<<<< HEAD
MRBC = ../bin/mrbc.exe
EXE := $(TARGET).exe
else
MRBC = ../bin/mrbc
EXE := $(TARGET)
=======
MRBC = ../bin/mrbc.exe
MRUBY= ../bin/mruby.exe
EXE := $(TARGET).exe
@@ -65,7 +58,6 @@ else
MRBC = ../bin/mrbc
MRUBY= ../bin/mruby
EXE := $(TARGET)
>>>>>>> upstream/master
endif
##############################