From 04d9ac6677124c67e328c64d67ea46ed439c6846 Mon Sep 17 00:00:00 2001 From: Thomas Walker Lynch Date: Tue, 21 Oct 2025 08:59:53 +0000 Subject: [PATCH] . --- developer/make/target_library_cli.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/developer/make/target_library_cli.mk b/developer/make/target_library_cli.mk index 43b3313..dd17117 100644 --- a/developer/make/target_library_cli.mk +++ b/developer/make/target_library_cli.mk @@ -78,14 +78,12 @@ 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) .PHONY: .remove_lib_if_exists .remove_lib_if_exists: @rm -f $(LIBFILE) -) ifneq ($(NEED_LIB),) $(LIBFILE): $(OBJECT_LIB) -- 2.20.1