added imgui and sdl
This commit is contained in:
6
Makefile
6
Makefile
@@ -5,7 +5,7 @@
|
||||
all: build_exec_dbg
|
||||
|
||||
# creates executable using profile info generated by profile
|
||||
build_exec: profile
|
||||
build_exec: rebuild_kerep rebuild_imgui profile
|
||||
@cbuild/call_task.sh build_exec 2>&1 | tee -a make_raw.log
|
||||
|
||||
# creates executable with debug info and no optimizations
|
||||
@@ -63,3 +63,7 @@ fix_log:
|
||||
# recompile kerep.a in the next build task
|
||||
rebuild_kerep:
|
||||
@cbuild/call_task.sh rebuild_kerep
|
||||
|
||||
# recompile imgui.a in the next build task
|
||||
rebuild_imgui:
|
||||
@cbuild/call_task.sh rebuild_imgui
|
||||
|
||||
Reference in New Issue
Block a user