2016-11-21 05:17:07 -05:00
|
|
|
#
|
|
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
|
|
# project subdirectory.
|
|
|
|
#
|
|
|
|
|
2020-09-16 01:50:56 -04:00
|
|
|
PROJECT_NAME := rotary_encoder
|
2016-11-21 05:17:07 -05:00
|
|
|
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|
|
|