From 66dcf910bd4744d8ced56cb9586aa937a1a2d4c5 Mon Sep 17 00:00:00 2001 From: vg Date: Tue, 7 Jul 2020 16:24:01 +0200 Subject: first commit --- test/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/Makefile (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..0dfbea5 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,6 @@ +all: + ./arduino_make.sh + ./arduino_make.sh upload + +serial: + ./arduino_make.sh serial -- cgit v1.2.3