mirror of
https://github.com/m5stack/M5Stack.git
synced 2026-05-20 10:06:46 -07:00
75b8af23eb
Added required subdirectories to the end of COMPONENT_SRCDIRS Removed "." from both paths
8 lines
259 B
Makefile
8 lines
259 B
Makefile
#
|
|
# 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.)
|
|
|
|
COMPONENT_SRCDIRS := src src/utility src/Fonts
|
|
COMPONENT_ADD_INCLUDEDIRS := src
|