Files
mop3/libfat/Makefile
kamkow1 41c979e41b
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m46s
Generate docs for apps
2026-03-15 23:34:51 +01:00

13 lines
259 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.c' ':!\_fat.h' ':!\_fatctx.h')
libname := libfat
include ../make/lib.mk