added flash target to makefile
This commit is contained in:
parent
8e07d95657
commit
e3bc255d28
|
@ -63,6 +63,8 @@ clean:
|
|||
for dir in $(SUBDIRS); do \
|
||||
$(MAKE) --no-print-directory -C $$dir clean; \
|
||||
done
|
||||
flash: all
|
||||
../tools/bootloader/autoflash
|
||||
|
||||
### Internal targets
|
||||
|
||||
|
|
Loading…
Reference in New Issue