forked from platformio/platformio-core
Merge branch 'develop' of https://github.com/platformio/platformio-core into develop
This commit is contained in:
@ -1,6 +1,12 @@
|
|||||||
all:
|
all:
|
||||||
platformio -c qtcreator run
|
platformio -c qtcreator run
|
||||||
|
|
||||||
|
# regenerate project files to reflect platformio.ini changes
|
||||||
|
project-update:
|
||||||
|
@echo "This will overwrite project metadata files. Are you sure? [y/N] " \
|
||||||
|
&& read ans && [ $${ans:-'N'} = 'y' ]
|
||||||
|
platformio project init --ide qtcreator
|
||||||
|
|
||||||
# forward any other target (clean, build, etc.) to pio run
|
# forward any other target (clean, build, etc.) to pio run
|
||||||
{{'%'}}:
|
{{'%'}}:
|
||||||
platformio -c qtcreator run --target $*
|
platformio -c qtcreator run --target $*
|
||||||
|
Reference in New Issue
Block a user