diff options
| author | Tomoyuki Sahara <[email protected]> | 2012-12-13 17:23:55 +0900 |
|---|---|---|
| committer | Tomoyuki Sahara <[email protected]> | 2012-12-14 13:39:19 +0900 |
| commit | bf87a0f7018acf441f4b928c679bc4d2fb94954a (patch) | |
| tree | 76e17045534bb3a6748317517337621d15e96adf /test/Makefile | |
| parent | c81a97df9447fe2fff1925f865b06b45bafb8eeb (diff) | |
| download | mruby-bf87a0f7018acf441f4b928c679bc4d2fb94954a.tar.gz mruby-bf87a0f7018acf441f4b928c679bc4d2fb94954a.zip | |
rebuild binaries when mrbgem archives are updated.
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 844f8cc22..f671982fd 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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) |
