From c4686a6211232848a87dc664ea6dcb9cec61c7ad Mon Sep 17 00:00:00 2001 From: Schoumi Date: Wed, 7 Sep 2022 05:50:07 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Makefile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 509b05a..1e0f887 100644 --- a/Makefile +++ b/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