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