Append SHELL/PATH correction for Makefile

This commit is contained in:
Ivan Kravets
2014-08-09 19:31:34 +03:00
parent 1fb8c5dcab
commit c496b736ea

View File

@ -21,6 +21,10 @@ Put to the project directory ``Makefile`` wrapper with contents:
.. code-block:: make
# Uncomment lines below for Mac/Linux OS
#SHELL := /bin/bash
#PATH := /usr/local/bin:$(PATH)
all:
platformio run -t upload