From 42ec7df723ece5c2c4400d8db24e3a2ac6b826d0 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 25 Apr 2018 09:03:31 +0200 Subject: wip --- arduino/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 arduino/Makefile (limited to 'arduino/Makefile') diff --git a/arduino/Makefile b/arduino/Makefile new file mode 100644 index 0000000..c7ae828 --- /dev/null +++ b/arduino/Makefile @@ -0,0 +1,5 @@ +AS=01-blink-a-led + +BASEDIR=$(CURDIR) + +include $(patsubst %,%/Makefile,$(AS)) -- cgit v1.2.3