1
0
Fork 0

Merge branch 'master' of github.com:triAGENS/ArangoDB

This commit is contained in:
Frank Celler 2012-05-22 14:34:19 +02:00
commit 3a9c9178ed
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ $(LIBR) : $(MRBC) $(MLIB)
# Compile mrblib source
$(MLIB) : $(CLIB)
$(CC) $(ALL_CFLAGS) -MMD $(INCLUDES) -c $(CLIB) -o $(MLIB)
$(AR) r $(LIBR) $(MLIB)
# Compile C source from merged mruby source
$(CLIB) : $(RLIB) $(MRBC)