1
0
mirror of https://github.com/Luzifer/espsms.git synced 2024-09-19 09:42:56 +00:00

Document usage in Makefile

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-07-19 19:58:14 +02:00
parent 68b9ef0a6c
commit 442fb5d5e6
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

15
Makefile Normal file
View File

@ -0,0 +1,15 @@
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