10 lines
147 B
Makefile
10 lines
147 B
Makefile
include ../make/ufuncs.mk
|
|
|
|
$(eval $(call add_include,libsystem))
|
|
|
|
libname := libaux
|
|
|
|
cflags += -DPRINTF_INCLUDE_CONFIG_H=1
|
|
|
|
include ../make/lib.mk
|