All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m42s
11 lines
231 B
Makefile
11 lines
231 B
Makefile
include ../make/ufuncs.mk
|
|
|
|
$(eval $(call add_include,libsystem))
|
|
$(eval $(call add_include,libstring))
|
|
|
|
libname := libmalloc
|
|
|
|
FORMAT = clang-format -i $$(git ls-files '*.c' '*.h' ':!malloc.c' ':!malloc.h')
|
|
|
|
include ../make/lib.mk
|