1
0
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:
Oleg Hahm 2014-12-11 17:31:06 +01:00
commit b9eb4ebe5c

View File

@ -175,7 +175,7 @@ distclean:
flash: all
$(FLASHER) $(FFLAGS)
term:
term: $(filter flash, $(MAKECMDGOALS))
$(TERMPROG) $(TERMFLAGS)
doc: