mirror of
https://github.com/Luzifer/tasmota-build.git
synced 2024-12-22 22:01:18 +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
|
ci: full-clean default
|
||||||
|
|
||||||
build_%: download update_user-config_$* venv
|
build_%: download venv
|
||||||
|
$(MAKE) update_user-config_$*
|
||||||
cd tasmota && ../venv/bin/platformio run -e $*
|
cd tasmota && ../venv/bin/platformio run -e $*
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cp tasmota/.pioenvs/$*/firmware.bin build/$*.bin
|
cp tasmota/.pioenvs/$*/firmware.bin build/$*.bin
|
||||||
|
|
Loading…
Reference in a new issue