From: Lukáš Jiřiště Date: Wed, 23 Oct 2024 08:41:47 +0000 (+0200) Subject: Fix Makefile dependencies X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=6267a9fc92d409598c4188e9f8db02fc05dc7a94;p=Servomatic.git Fix Makefile dependencies --- 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)