Skip to content
Snippets Groups Projects
Commit 19a017cf authored by René Kijewski's avatar René Kijewski
Browse files

make: `term` depends on `flash`

If you provide both `flash` and `term` as Make goals, then `term` needs
to wait for flash.
parent bd80cbca
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ distclean:
flash: all
$(FLASHER) $(FFLAGS)
term:
term: $(filter flash, $(MAKECMDGOALS))
$(TERMPROG) $(TERMFLAGS)
doc:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment