Makefile

Tue, 08 Oct 2019 21:43:18 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 08 Oct 2019 21:43:18 +0200
changeset 5
4b1c65e4d863
parent 0
88d965579617
permissions
-rw-r--r--

Version 0.1.0.

0
88d965579617 Initial import of the CO2 meter application.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 #
88d965579617 Initial import of the CO2 meter application.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 # This is a project Makefile. It is assumed the directory this Makefile resides in is a
88d965579617 Initial import of the CO2 meter application.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3 # project subdirectory.
88d965579617 Initial import of the CO2 meter application.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4 #
88d965579617 Initial import of the CO2 meter application.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
5
5
4b1c65e4d863 Version 0.1.0.
Michiel Broek <mbroek@mbse.eu>
parents: 0
diff changeset
6 PROJECT_VER := "0.1.0"
0
88d965579617 Initial import of the CO2 meter application.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
7 PROJECT_NAME := co2meter
88d965579617 Initial import of the CO2 meter application.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
8
88d965579617 Initial import of the CO2 meter application.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
9 include $(IDF_PATH)/make/project.mk
88d965579617 Initial import of the CO2 meter application.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
10

mercurial