From 04f92e923115efa6febd725367edad09964f3861 Mon Sep 17 00:00:00 2001 From: Thomas Walker Lynch Date: Tue, 21 Oct 2025 05:09:52 +0000 Subject: [PATCH] . --- developer/make/target_library_cli.mk | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/developer/make/target_library_cli.mk b/developer/make/target_library_cli.mk index 4a4c203..79d98de 100644 --- a/developer/make/target_library_cli.mk +++ b/developer/make/target_library_cli.mk @@ -80,13 +80,17 @@ $(LIBFILE): $(OBJECT_LIB) ar rcs $(LIBFILE) $(OBJECT_LIB) -.PHONY: cli +#.PHONY: cli #cli: $(LIBFILE) $(DEPFILE) -cli: $(LIBFILE) - make sub_cli +#cli: $(LIBFILE) +# make sub_cli + +#.PHONY: sub_cli +#sub_cli: $(EXEC) + +.PHONY: cli +cli: $(LIBFILE) $(EXEC) -.PHONY: sub_cli -sub_cli: $(EXEC) # generally better to use the project local clean scripts, but this will make it so that the make targets can be run again -- 2.20.1