mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Append SHELL/PATH correction for Makefile
This commit is contained in:
@ -21,6 +21,10 @@ Put to the project directory ``Makefile`` wrapper with contents:
|
|||||||
|
|
||||||
.. code-block:: make
|
.. code-block:: make
|
||||||
|
|
||||||
|
# Uncomment lines below for Mac/Linux OS
|
||||||
|
#SHELL := /bin/bash
|
||||||
|
#PATH := /usr/local/bin:$(PATH)
|
||||||
|
|
||||||
all:
|
all:
|
||||||
platformio run -t upload
|
platformio run -t upload
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user