diff options
Diffstat (limited to 'test')
| -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) |
