added imgui and sdl

This commit is contained in:
2023-03-29 21:37:36 +06:00
parent 9edf287034
commit 22ae745aa2
11 changed files with 232 additions and 20 deletions

View File

@@ -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