diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1e76b8c --- /dev/null +++ b/Makefile @@ -0,0 +1,18 @@ + +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 |
