mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
3 lines
110 B
Makefile
3 lines
110 B
Makefile
PROJECT_NAME?= squeezelite
|
|
EXTRA_COMPONENT_DIRS := $(PROJECT_PATH)/esp-dsp
|
|
include $(IDF_PATH)/make/project.mk |