Mise à jour de 'Makefile'
fix error
This commit is contained in:
parent
7fd0c254f1
commit
d5fd952c37
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ all: build
|
|||
VERSION := $(shell yt --version 2> /dev/null)
|
||||
|
||||
check:
|
||||
ifeq($VERSION),)
|
||||
ifeq ($VERSION),)
|
||||
@echo you should use before trying anything: source /sync/Module_Dev_App_Mobile/yotta/bin/activate
|
||||
@false
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue