From 41a257f7cf0ac9a4df7c3f6b569f2dab3cc85f3b Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 26 Sep 2024 23:08:29 +0200 Subject: [PATCH] Build: fix main Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 45ddf84..2894247 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: flash lib: - $(MAKE) -C src + $(MAKE) -C src lib example: lib $(MAKE) -C examples