mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
6 lines
170 B
Makefile
6 lines
170 B
Makefile
#
|
|
# Main Makefile. This is basically the same as a component makefile.
|
|
#
|
|
COMPONENT_ADD_INCLUDEDIRS := .
|
|
CFLAGS += -D LOG_LOCAL_LEVEL=ESP_LOG_INFO
|
|
COMPONENT_SRCDIRS := .
|