mirror of
https://github.com/m5stack/M5Unified.git
synced 2026-05-20 10:36:24 -07:00
8 lines
245 B
Makefile
8 lines
245 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
|
|
COMPONENT_ADD_INCLUDEDIRS := src
|