Browse Source

Fix Makefile

master
Stephan Brunner 6 years ago
parent
commit
704ef15c50
No known key found for this signature in database
GPG Key ID: D3CD7237AFB7EF6B
  1. 2
      Makefile

2
Makefile

@ -23,4 +23,4 @@ image.bin: image.elf
$(OBJCOPY) image.elf -O binary image.bin $(OBJCOPY) image.elf -O binary image.bin
clean: clean:
rm -f *.o *.elf *.hex rm -f *.o *.elf *.hex *.bin

Loading…
Cancel
Save