Skip to content
Snippets Groups Projects
Commit 6c9907b3 authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

make: reintroduce dependency from flash to all

parent e6b08b00
No related branches found
No related tags found
No related merge requests found
......@@ -171,16 +171,7 @@ distclean:
-@for i in $(USEPKG) ; do "$(MAKE)" -C $(RIOTBASE)/pkg/$$i distclean ; done
-@rm -rf $(BINDIRBASE)
flash: $(filter all all-%, $(MAKECMDGOALS))
@if [ ! -f $${HEXFILE} ]; then \
echo ""; \
echo ""; \
echo "You need to create a hex file before you can flash it."; \
echo "Unless you know otherwise, 'make all' usually does what you want."; \
echo ""; \
echo ""; \
exit 1; \
fi
flash: all
$(FLASHER) $(FFLAGS)
term:
......
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