Mise à jour de 'Makefile'

fix missing rule
This commit is contained in:
Anthony 2022-09-07 05:48:04 +00:00
parent d5fd952c37
commit 0b4fb4cc59
1 changed files with 3 additions and 3 deletions

View File

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