11 lines
324 B
Makefile
11 lines
324 B
Makefile
FORMAT = clang-format -i $$(git ls-files '*.c' '*.h' ':!malloc.c' ':!malloc.h' \
|
|
':!\_fat.c' ':!\_fat.h' ':!\_fatctx.h')
|
|
|
|
DOCS_COLLECT = $$(git ls-files '*.c' '*.h' ':!\_fat.c' ':!\_fat.h' ':!\_fatctx.h')
|
|
|
|
cflags += -DPRINTF_INCLUDE_CONFIG_H=1 -D"FAT_PRINTF(a)"
|
|
|
|
libname := libu
|
|
|
|
include ../make/lib.mk
|