From: Thomas Walker Lynch Date: Tue, 21 Oct 2025 08:57:58 +0000 (+0000) Subject: . X-Git-Url: https://git.reasoningtechnology.com/style/%7Bstyle.link%7D?a=commitdiff_plain;h=b573e6d8cc9dcc4e8ab3b9f77664397c2f42e9be;p=RT-project-share . --- 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)