rebuild_kerep
This commit is contained in:
parent
6501c349ea
commit
cf1fe93a80
8
Makefile
8
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 #######
|
||||
|
||||
Loading…
Reference in New Issue
Block a user