This commit is contained in:
Artur Gurgul 2025-09-16 09:38:00 -05:00
parent 71381bb467
commit 793eb33f67
4 changed files with 142 additions and 112 deletions

View file

@ -1,8 +1,14 @@
.DEFAULT_GOAL := build
clean:
idf.py fullclean
rm -rf ./main/build
rm -rf ./components/bme68x/build
rm -rf ./build
build:
# idf.py reconfigure
# idf.py defconfig
idf.py build