All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m57s
11 lines
175 B
Makefile
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
|