mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
update Makefile dependency
This commit is contained in:
+5
-2
@@ -43,10 +43,13 @@ endif
|
||||
# generic build targets, rules
|
||||
|
||||
.PHONY : all
|
||||
all : $(MRBC) $(MLIB)
|
||||
$(AR) r $(LIBR) $(MLIB)
|
||||
all : $(LIBR)
|
||||
@echo "make: built targets of `pwd`"
|
||||
|
||||
# update libmruby.a
|
||||
$(LIBR) : $(MRBC) $(MLIB)
|
||||
$(AR) r $(LIBR) $(MLIB)
|
||||
|
||||
# Compile mrblib source
|
||||
$(MLIB) : $(CLIB)
|
||||
$(CC) $(ALL_CFLAGS) -MMD $(INCLUDES) -c $(CLIB) -o $(MLIB)
|
||||
|
||||
Reference in New Issue
Block a user