All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m44s
13 lines
244 B
Makefile
13 lines
244 B
Makefile
include ../make/ufuncs.mk
|
|
|
|
$(eval $(call add_include,libsystem))
|
|
$(eval $(call add_include,libstring))
|
|
|
|
cflags += -D"FAT_PRINTF(a)"
|
|
|
|
DOCS_COLLECT = $(git ls-files '*.c' '*.h' ':!_fat.*' ':!_fatctx.h')
|
|
|
|
libname := libfat
|
|
|
|
include ../make/lib.mk
|