From 98e80a7c3bca5291db84501a6ab099205a4653ce Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Wed, 15 Jul 2020 19:19:08 +0200 Subject: hello world program with tux display --- Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 -- cgit v1.2.3