From 1d990ab517b54fe44774b7fb65f5bf3aaea20b99 Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Sun, 26 Apr 2020 18:33:35 +0100 Subject: [PATCH] Added Makefile deps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a851d2d..f104b9e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -arduino: +arduino: arduino/arduino.ino arduino-cli compile --fqbn arduino:avr:mega arduino flash: arduino