4 lines
103 B
Bash
4 lines
103 B
Bash
#!/bin/bash
|
|
touch .rebuild_imgui.tmp
|
|
myprint "${YELLOW}imgui.a will be rebuilt in the next build task"
|