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