borken with hello, works with kotel

This commit is contained in:
🪞👃🪞 2025-02-22 23:41:55 +02:00
parent a546f2d45e
commit 1d24f6e71f
3 changed files with 22 additions and 15 deletions

View file

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