Files
mop3/libu/Makefile
kamkow1 245196b80f
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 32s
Build documentation / build-and-deploy (push) Successful in 41s
date_time () syscall, Get date-time from RTC
2026-04-12 21:13:20 +02:00

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