hello: clear; tmux clear-history || true; cargo build && target/debug/vestal bin/hello-msg.exe 2>&1 hello-v: clear; tmux clear-history || true; cargo build && target/debug/vestal -v bin/hello-msg.exe 2>&1 kotel: clear; tmux clear-history || true; cargo build && target/debug/vestal bin/kotel.dll 2>&1 kotel-v: clear; tmux clear-history || true; cargo build && target/debug/vestal -v bin/kotel.dll 2>&1