Browse Source

Add Makefile

main
Hendrik Langer 8 years ago
parent
commit
0a4e745289
  1. 8
      Makefile

8
Makefile

@ -0,0 +1,8 @@
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := app-template
include $(IDF_PATH)/make/project.mk
Loading…
Cancel
Save