diff -r 000000000000 -r b74b0e4902c3 Makefile --- /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 +