Makefile

changeset 0
b74b0e4902c3
child 38
537ffe280775
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Sat Oct 20 13:23:15 2018 +0200
@@ -0,0 +1,9 @@
+#
+# This is a project Makefile. It is assumed the directory this Makefile resides in is a
+# project subdirectory.
+#
+
+PROJECT_NAME := brewboard
+
+include $(IDF_PATH)/make/project.mk
+

mercurial