mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-24 23:50:33 +00:00
Fix leftover from make prepare-* which went unnoticed
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
This commit is contained in:
parent
7cb1919f99
commit
581d27756e
2
Makefile
2
Makefile
@ -200,7 +200,7 @@ _unknown-startdev-target-%:
|
||||
_startdev-%: _ensure-in-nix-shell
|
||||
$(eval SYSTEM := $(word 2, $(subst -, , $@)))
|
||||
$(eval DEVICE := $(word 3, $(subst -, , $@)))
|
||||
$(MAKE) prepare-${SYSTEM} || $(MAKE) _unknown-startdev-target-$@
|
||||
scripts/prepare-for-platform.sh ${SYSTEM} || $(MAKE) _unknown-startdev-target-$@
|
||||
@ if [ -z "$(DEVICE)" ]; then \
|
||||
$(MAKE) watch-$(SYSTEM) || $(MAKE) _unknown-startdev-target-$@; \
|
||||
else \
|
||||
|
Loading…
x
Reference in New Issue
Block a user