summaryrefslogtreecommitdiffhomepage
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-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)