From 704ef15c50d80cf4c38b4bf8d62d651ae2abda79 Mon Sep 17 00:00:00 2001 From: Stephan Brunner Date: Tue, 4 Aug 2020 20:53:40 +0200 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c18b528..a456fae 100644 --- a/Makefile +++ b/Makefile @@ -23,4 +23,4 @@ image.bin: image.elf $(OBJCOPY) image.elf -O binary image.bin clean: - rm -f *.o *.elf *.hex + rm -f *.o *.elf *.hex *.bin