mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
make: term
depends on flash
If you provide both `flash` and `term` as Make goals, then `term` needs to wait for flash.
This commit is contained in:
parent
bd80cbcaff
commit
19a017cf03
@ -175,7 +175,7 @@ distclean:
|
||||
flash: all
|
||||
$(FLASHER) $(FFLAGS)
|
||||
|
||||
term:
|
||||
term: $(filter flash, $(MAKECMDGOALS))
|
||||
$(TERMPROG) $(TERMFLAGS)
|
||||
|
||||
doc:
|
||||
|
Loading…
Reference in New Issue
Block a user