1
0
Fork 0
mirror of https://github.com/Luzifer/espsms.git synced 2024-11-09 15:39:59 +00:00
espsms/Makefile

16 lines
306 B
Makefile
Raw Normal View History

default: format
.env:
grep -Eo 'sysenv.[A-Z_]*' platformio.ini | sed -E 's/sysenv.(.*)/\1=/' >.env
@echo "/!\ Sample environment created, please adjust!"
false
format:
clang-format -i --style Google -Werror src/*
deploy: .env
envrun -- platformio run -t upload
monitor:
platformio device monitor