bme680-stm32/Makefile

13 lines
199 B
Makefile
Raw Normal View History

2021-01-06 00:58:55 +01:00
TARGET := voc-sensor
RTOS := freertos
DEVICE := stm32l152rc
INCDIRS := \
src \
SOURCES := \
src/main.cxx \
src/handlers.cxx
# Actual build engine
include core/mk/include.mk