Browse Source

Add makefiles

Helmut Pozimski 1 year ago
parent
commit
28f37ac013
2 changed files with 12 additions and 0 deletions
  1. 8 0
      Makefile
  2. 4 0
      main/component.mk

+ 8 - 0
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 := esp8266-clock
+
+include $(IDF_PATH)/make/project.mk

+ 4 - 0
main/component.mk

@@ -0,0 +1,4 @@
+#
+# "main" pseudo-component makefile.
+#
+# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)