diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-18 17:36:43 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-18 17:36:43 +0900 |
| commit | 53f74d50ae341beb20e0f875a7ba7bf252c9101e (patch) | |
| tree | 4438d6b3428f7c5170f0f54fad0db5fd902fb97c | |
| parent | 9461da4a6c1636b518714e4d37c95ce810606809 (diff) | |
| download | mruby-53f74d50ae341beb20e0f875a7ba7bf252c9101e.tar.gz mruby-53f74d50ae341beb20e0f875a7ba7bf252c9101e.zip | |
update test/Makefile
| -rw-r--r-- | test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index cb6ac3a5e..d46fa7a3e 100644 --- a/test/Makefile +++ b/test/Makefile @@ -81,10 +81,10 @@ $(CLIB) : $(RLIB) $(MRBC) $(INIT) # merge mruby sources $(RLIB) : $(ASSLIB) $(MRBS) - cat $? > $@ + cat $(ASSLIB) $(MRBS) > $@ # clean up .PHONY : clean clean : @echo "make: removing targets, objects and depend files of `pwd`" - -rm -f $(MRBC) $(MLIB) $(CLIB) $(RLIB) $(DLIB) $(DEPLIB) $(OBJS) $(EXE) + -rm -f $(MLIB) $(CLIB) $(RLIB) $(DLIB) $(DEPLIB) $(OBJS) $(EXE) |
