docs fix makefile shell expansions
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m31s

This commit is contained in:
2026-03-15 22:41:42 +01:00
parent 60c44f2939
commit 08cdf73c41
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ $(eval $(call add_include,libstring))
cflags += -D"FAT_PRINTF(a)"
DOCS_COLLECT = $(git ls-files '*.c' '*.h' ':!_fat.*' ':!_fatctx.h')
DOCS_COLLECT = $$(git ls-files '*.c' '*.h' ':!_fat.*' ':!_fatctx.h')
libname := libfat