From b573e6d8cc9dcc4e8ab3b9f77664397c2f42e9be Mon Sep 17 00:00:00 2001 From: Thomas Walker Lynch Date: Tue, 21 Oct 2025 08:57:58 +0000 Subject: [PATCH] . --- developer/make/target_library_cli.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/developer/make/target_library_cli.mk b/developer/make/target_library_cli.mk index d19a918..43b3313 100644 --- a/developer/make/target_library_cli.mk +++ b/developer/make/target_library_cli.mk @@ -78,6 +78,7 @@ information: NEED_LIB := $(strip $(OBJECT_LIB)) LIB_ARG := $(if $(NEED_LIB),$(LIBFILE),) # expands to lib path only when needed + .PHONY: library library: $(if $(NEED_LIB),$(LIBFILE),.remove_lib_if_exists) -- 2.20.1