Commit 53f74d50 authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

update test/Makefile

parent 9461da4a
......@@ -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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment