rebuild_kerep

This commit is contained in:
Timerix22 2024-01-03 20:01:38 +06:00
parent 6501c349ea
commit cf1fe93a80

View File

@ -12,11 +12,11 @@ build_exec: profile
build_exec_dbg: build_exec_dbg:
@cbuild/call_task.sh build_exec_dbg 2>&1 | tee make_raw.log @cbuild/call_task.sh build_exec_dbg 2>&1 | tee make_raw.log
# recompile libsome_dep.a in the next build task # recompile libkerep.a in the next build task
#rebuild_some_dep: rebuild_kerep:
# @cbuild/rebuild_dep.sh libsome_dep.a 2>&1 | tee make_raw.log @cbuild/rebuild_dep.sh libkerep.a 2>&1 | tee make_raw.log
#rebuild_all: rebuild_some_dep #rebuild_all: rebuild_kerep
###################################### ######################################
###### Launch tasks ####### ###### Launch tasks #######