From cf1fe93a80c4d6033ab9ee8588ae3e80ccb978ea Mon Sep 17 00:00:00 2001 From: Timerix22 Date: Wed, 3 Jan 2024 20:01:38 +0600 Subject: [PATCH] rebuild_kerep --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1a0ad8c..d647993 100644 --- a/Makefile +++ b/Makefile @@ -12,11 +12,11 @@ build_exec: profile build_exec_dbg: @cbuild/call_task.sh build_exec_dbg 2>&1 | tee make_raw.log -# recompile libsome_dep.a in the next build task -#rebuild_some_dep: -# @cbuild/rebuild_dep.sh libsome_dep.a 2>&1 | tee make_raw.log +# recompile libkerep.a in the next build task +rebuild_kerep: + @cbuild/rebuild_dep.sh libkerep.a 2>&1 | tee make_raw.log -#rebuild_all: rebuild_some_dep +#rebuild_all: rebuild_kerep ###################################### ###### Launch tasks #######