mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
update test/Makefile
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user