Mise à jour de 'Makefile'

This commit is contained in:
Anthony 2022-09-07 05:50:07 +00:00
parent 0b4fb4cc59
commit c4686a6211
1 changed files with 1 additions and 1 deletions

View File

@ -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