From 6267a9fc92d409598c4188e9f8db02fc05dc7a94 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Ji=C5=99i=C5=A1t=C4=9B?= Date: Wed, 23 Oct 2024 10:41:47 +0200 Subject: [PATCH] Fix Makefile dependencies --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2cfbb78..31ea10c 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ NAME := Servomatic all : $(NAME) -$(NAME) : $(NAME).ino +$(NAME) : $(SRCS) $(MAINCMD) $< touch $(NAME) -- 2.30.2