From 4bca3e5470820fb4498191619a2c6d324fe58def Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Mon, 28 May 2012 12:21:28 +0900 Subject: should compile mrbtest if libmruby.a is modifie --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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) -- cgit v1.2.3