You've already forked TimerCam-idf
mirror of
https://github.com/m5stack/TimerCam-idf.git
synced 2026-05-20 10:28:33 -07:00
10 lines
180 B
Makefile
10 lines
180 B
Makefile
#
|
|
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
|
# project subdirectory.
|
|
#
|
|
|
|
PROJECT_NAME := TimerCam
|
|
|
|
include $(IDF_PATH)/make/project.mk
|
|
|