10 lines
233 B
Makefile
10 lines
233 B
Makefile
|
|
#
|
||
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
||
|
|
# project subdirectory.
|
||
|
|
#
|
||
|
|
|
||
|
|
PROJECT_NAME := XPowersLib_Example
|
||
|
|
|
||
|
|
EXTRA_COMPONENT_DIRS = ../../../XPowersLib
|
||
|
|
|
||
|
|
include $(IDF_PATH)/make/project.mk
|