bme680-stm32/Makefile
Maximilian Grau 7cc9eca65f Init project
2021-01-06 01:28:09 +01:00

13 lines
No EOL
199 B
Makefile

TARGET := voc-sensor
RTOS := freertos
DEVICE := stm32l152rc
INCDIRS := \
src \
SOURCES := \
src/main.cxx \
src/handlers.cxx
# Actual build engine
include core/mk/include.mk