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