2017-09-24 11:36:35 +08:00
|
|
|
#
|
|
|
|
|
# Main Makefile. This is basically the same as a component makefile.
|
|
|
|
|
#
|
|
|
|
|
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
|
|
|
|
|
|
2018-05-07 08:47:01 +09:00
|
|
|
COMPONENT_SRCDIRS := src src/utility src/Fonts
|
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := src
|