diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-04-25 09:21:13 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-04-25 09:21:13 +0200 |
commit | 4bae244f426a39951f404af8f752f715a151f20e (patch) | |
tree | 792b45c2f035a5ae8c974025d9510b730aebe644 /arduino/Makefile | |
parent | 42ec7df723ece5c2c4400d8db24e3a2ac6b826d0 (diff) | |
download | iot-workshop-4bae244f426a39951f404af8f752f715a151f20e.tar.gz iot-workshop-4bae244f426a39951f404af8f752f715a151f20e.tar.bz2 iot-workshop-4bae244f426a39951f404af8f752f715a151f20e.tar.xz iot-workshop-4bae244f426a39951f404af8f752f715a151f20e.zip |
o Renaming arduino to assignments.
Diffstat (limited to 'arduino/Makefile')
-rw-r--r-- | arduino/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arduino/Makefile b/arduino/Makefile deleted file mode 100644 index c7ae828..0000000 --- a/arduino/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -AS=01-blink-a-led - -BASEDIR=$(CURDIR) - -include $(patsubst %,%/Makefile,$(AS)) |