mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
rebuild binaries when mrbgem archives are updated.
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ all : $(EXE) $(MRUBY) $(TESTRB) $(TESTMRB)
|
||||
@echo
|
||||
|
||||
# executable constructed using linker from object files
|
||||
$(EXE) : $(OBJS) $(LIBR)
|
||||
$(EXE) : $(OBJS) $(LIBR) $(GEM_ARCHIVE_FILES)
|
||||
$(LL) -o $@ $(LDFLAGS) $(OBJS) $(LIBR) $(GEM_ARCHIVE_FILES) $(LIBS)
|
||||
|
||||
-include $(OBJS:.o=.d)
|
||||
|
||||
Reference in New Issue
Block a user