mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
should compile mrbtest if libmruby.a is modifie
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user