Makefile

Thu, 02 May 2019 21:19:50 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 02 May 2019 21:19:50 +0200
branch
novnc
changeset 39
e5900c9b9a7b
parent 38
537ffe280775
child 44
fc3b3684608a
permissions
-rw-r--r--

Use PROJECT_VER for version number. Updated README and info screen.

#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#

PROJECT_VER := "0.3.0.a"
PROJECT_NAME := brewboard

include $(IDF_PATH)/make/project.mk

mercurial