From 2174655a6826ad3fe5031b98f09db645cc3f06d3 Mon Sep 17 00:00:00 2001 From: Thomas Walker Lynch Date: Tue, 21 Oct 2025 08:55:46 +0000 Subject: [PATCH] . --- developer/make/target_library_cli.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/make/target_library_cli.mk b/developer/make/target_library_cli.mk index 954939d..d19a918 100644 --- a/developer/make/target_library_cli.mk +++ b/developer/make/target_library_cli.mk @@ -79,7 +79,7 @@ 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 +library: $(if $(NEED_LIB),$(LIBFILE),.remove_lib_if_exists) .PHONY: .remove_lib_if_exists .remove_lib_if_exists: -- 2.20.1