mirror of
https://github.com/Luzifer/tasmota-build.git
synced 2024-11-09 09:50:03 +00:00
Fix variable replacement
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
af7cd5d09d
commit
2283ba5941
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -7,7 +7,8 @@ chown:
|
|||
|
||||
ci: full-clean default
|
||||
|
||||
build_%: download update_user-config_$* venv
|
||||
build_%: download venv
|
||||
$(MAKE) update_user-config_$*
|
||||
cd tasmota && ../venv/bin/platformio run -e $*
|
||||
mkdir -p build
|
||||
cp tasmota/.pioenvs/$*/firmware.bin build/$*.bin
|
||||
|
|
Loading…
Reference in a new issue