7 lines
180 B
Makefile
7 lines
180 B
Makefile
#
|
|
# "main" pseudo-component makefile.
|
|
#
|
|
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
|
CFLAGS+= -DLV_CONF_INCLUDE_SIMPLE
|
|
|