1
0
mirror of https://github.com/Adam-Ant/MQTT-nRF24-Bridge synced 2024-06-14 06:27:23 +00:00
MQTT-nRF24-Bridge/Makefile
2018-01-26 02:35:02 +00:00

22 lines
386 B
Makefile

# Uncomment lines below if you have problems with $PATH
#SHELL := /bin/bash
#PATH := /usr/local/bin:$(PATH)
all:
platformio -f -c vim run
upload:
platformio -f -c vim run --target upload
clean:
platformio -f -c vim run --target clean
program:
platformio -f -c vim run --target program
uploadfs:
platformio -f -c vim run --target uploadfs
update:
platformio -f -c vim update