From 72106416b204fbd289e9f9c2d2411ae09eada3b7 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 7 Sep 2026 13:58:00 +0200 Subject: Fix makefile bug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6485a9c..ea1eeca 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ librecrypt.a: $(OBJ) $(AR) ts $@ > /dev/null librecrypt.$(LIBEXT): $(LOBJ) - $(CC) $(LIBFLAGS) -o $@ $(LOBJ) $(LDFLAGS) + $(CC) $(LIBFLAGS) -o $@ $(LOBJ) $(ALL_LDFLAGS) libtest/libtest.a: +cd libtest && $(MAKE) libtest.a -- cgit v1.3.1