Files
mop3/libfat/Makefile
kamkow1 3d9503260e
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m57s
CE add format command, implement libfat
2026-03-10 21:38:51 +01:00

11 lines
175 B
Makefile

include ../make/ufuncs.mk
$(eval $(call add_include,libsystem))
$(eval $(call add_include,libstring))
cflags += -D"FAT_PRINTF(a)"
libname := libfat
include ../make/lib.mk