diff options
Diffstat (limited to 'arduino/Makefile')
-rw-r--r-- | arduino/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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)) |