mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
Fix make startdev-desktop target
It was invoking `watch-desktop-` target Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
This commit is contained in:
parent
9c67aab2c9
commit
8345a0e8e9
6
Makefile
6
Makefile
@ -213,4 +213,8 @@ startdev-%:
|
||||
$(eval SYSTEM := $(word 2, $(subst -, , $@)))
|
||||
$(eval DEVICE := $(word 3, $(subst -, , $@)))
|
||||
${MAKE} prepare-${SYSTEM}
|
||||
${MAKE} watch-$(SYSTEM)-$(DEVICE)
|
||||
if [ -z "$(DEVICE)" ]; then \
|
||||
${MAKE} watch-$(SYSTEM); \
|
||||
else \
|
||||
${MAKE} watch-$(SYSTEM)-$(DEVICE); \
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user