summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-18 17:36:43 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-18 17:36:43 +0900
commit53f74d50ae341beb20e0f875a7ba7bf252c9101e (patch)
tree4438d6b3428f7c5170f0f54fad0db5fd902fb97c /test
parent9461da4a6c1636b518714e4d37c95ce810606809 (diff)
downloadmruby-53f74d50ae341beb20e0f875a7ba7bf252c9101e.tar.gz
mruby-53f74d50ae341beb20e0f875a7ba7bf252c9101e.zip
update test/Makefile
Diffstat (limited to 'test')
-rw-r--r--test/Makefile4
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)