mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-06 08:36:41 +01:00
borken with hello, works with kotel
This commit is contained in:
parent
a546f2d45e
commit
1d24f6e71f
3 changed files with 22 additions and 15 deletions
2
Justfile
2
Justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue