Doesn't really reduce boiler plate but adds clarity with a more meaningful function name what the operation does.
8 lines
110 B
Makefile
8 lines
110 B
Makefile
libs += avs-util
|
|
|
|
libs_avs-util := \
|
|
|
|
src_avs-util := \
|
|
core-interop.c \
|
|
error.c \
|