From c5b129e9abfe689115f6d7ef9818153ea722fda0 Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Mon, 3 Feb 2025 09:28:51 -0600 Subject: [PATCH] Fixed legacy make build recipe for library. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 4a226919..59d6dc76 100644 --- a/Makefile +++ b/Makefile @@ -70,6 +70,10 @@ apps: lib: $(MAKE) -s -C apps $@ +.PHONY: library +library: + $(MAKE) -s LEGACY=true -C apps lib + CMAKE_BUILD_DIR=build .PHONY: cmake cmake: