mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #2124 from Kijewski/all-flash-term
make: term depends on flash
This commit is contained in:
commit
b9eb4ebe5c
@ -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