update test/Makefile

This commit is contained in:
Yukihiro Matsumoto
2012-05-18 17:36:43 +09:00
parent 9461da4a6c
commit 53f74d50ae
+2 -2
View File
@@ -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)