mirror of
https://github.com/Fishwaldo/ESP32-Chimera-Core.git
synced 2025-03-16 03:41:39 +00:00
7 lines
259 B
Makefile
7 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
|