diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-28 12:21:28 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-28 12:21:28 +0900 |
| commit | 4bca3e5470820fb4498191619a2c6d324fe58def (patch) | |
| tree | bf849557c438dfa46efba763301ee781047a3d22 /test | |
| parent | 661906c6824e992790c2558d9983eb606367f5cc (diff) | |
| download | mruby-4bca3e5470820fb4498191619a2c6d324fe58def.tar.gz mruby-4bca3e5470820fb4498191619a2c6d324fe58def.zip | |
should compile mrbtest if libmruby.a is modifie
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index b2df11486..170c1dac8 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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) |
