mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 00:45:55 +08:00
9 lines
209 B
Makefile
9 lines
209 B
Makefile
#
|
|
# "main" pseudo-component makefile.
|
|
#
|
|
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
|
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := ./include
|
|
COMPONENT_SRCDIRS := .
|