Commit 4bca3e54 authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

should compile mrbtest if libmruby.a is modifie

parent 661906c6
......@@ -51,7 +51,7 @@ all : $(EXE)
./$(EXE)
# executable constructed using linker from object files
$(EXE) : $(OBJS)
$(EXE) : $(OBJS) $(LIBR)
$(LL) -o $@ $(CFLAGS) $(OBJS) $(LIBR) $(LIBS)
-include $(OBJS:.o=.d)
......
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