All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m42s
8 lines
110 B
Makefile
8 lines
110 B
Makefile
include ../make/ufuncs.mk
|
|
|
|
$(eval $(call add_include,libmalloc))
|
|
|
|
libname := libarena
|
|
|
|
include ../make/lib.mk
|