mirror of
https://github.com/m5stack/M5Stack.git
synced 2026-05-20 10:06:46 -07:00
8 lines
241 B
Makefile
8 lines
241 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
|