a67d5d89e0
Command run was: git ls-tree -r HEAD --name-only | xargs dos2unix
8 lines
190 B
Makefile
8 lines
190 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := touch_pad_interrupt
|
|
|
|
include $(IDF_PATH)/make/project.mk
|