From 0b4fb4cc59126696a0966b291c6338ec59676df2 Mon Sep 17 00:00:00 2001 From: Schoumi Date: Wed, 7 Sep 2022 05:48:04 +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 fix missing rule --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b8f75b0..509b05a 100644 --- a/Makefile +++ b/Makefile @@ -8,13 +8,13 @@ ifeq ($VERSION),) @false endif -build: +build: check @yt build -install: +install: check @cp build/bbc-microbit-classic-gcc/source/microbit-samples-combined.hex /media/$USER/MICROBIT/ @echo "Install done" -clean: +clean: check @yt clean @echo "Cleaning done"